| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- Docker
- 크롤링
- TensorFlow Object Detection 사용예시
- DACON
- DOTA dataset
- Branch 활용 개발
- object detection
- Towards Deep Learning Models Resistant to Adversarial Attacks
- 논문 분석
- 기능과 역할
- Carla
- Object Detection Dataset 생성
- 커스텀 애니메이션 적용
- 리눅스 빌드
- AI Security
- 개발흐름
- Git
- 사회초년생 추천독서
- CARLA simulator
- TensorFlow Object Detection API install
- 논문분석
- paper review
- VOC 변환
- Linux build
- 객체 탐지
- Paper Analysis
- Custom Animation
- TensorFlow Object Detection Model Build
- InstructPix2Pix
- TensorFlow Object Detection Error
Archives
- Today
- Total
JSP's Deep learning
[Data Preprocessing] DataFrame의 특정 값 치환 본문
1. 코드
data['v1'] = data['v1'].replace(['ham','spam'], [0,1])
data['v1']
2. 실행결과

- 'ham' => '0'으로 'spam' => '1'로 치환
'Data Processing > Data Preprocessing' 카테고리의 다른 글
| [Data Preprocessing] DOTA -> VOC 형식 데이터 변환 (0) | 2023.03.25 |
|---|---|
| [Data Preprocessing] train_test_split의 stratify 옵션을 데이터 균형 분할 (0) | 2022.06.02 |
Comments