일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- object detection
- Linux build
- 개발흐름
- CARLA simulator
- AI Security
- 기능과 역할
- 논문 분석
- TensorFlow Object Detection Model Build
- Carla
- Towards Deep Learning Models Resistant to Adversarial Attacks
- TensorFlow Object Detection 사용예시
- Custom Animation
- 크롤링
- InstructPix2Pix
- 객체 탐지
- 리눅스 빌드
- paper review
- Docker
- Paper Analysis
- Object Detection Dataset 생성
- 논문분석
- DACON
- VOC 변환
- 사회초년생 추천독서
- TensorFlow Object Detection Error
- 커스텀 애니메이션 적용
- Branch 활용 개발
- Git
- TensorFlow Object Detection API install
- DOTA dataset
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