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