DASCHOOL Heart Disease Prediction AI Hackathon

Algorithm | Structured | Classification | Disease | Macro f1 score

  • moneyIcon Prize : 참가시 최소 50 XP, 특별상 데이콘 후드
  • 2021.12.13 ~ 2021.12.24 17:59 + Google Calendar
  • 595 Users Completed

 

1st 코드 공유

2021.12.24 01:02 2,768 Views language

1. train 데이터 EDA 및 특정 컬럼 이상치 제거
2. train 데이터 알고리즘 비교를 위해 train_test_split
3. 스케일링
4. 알고리즘 성능 비교 (주 기준: f1_score)
5. 알고리즘 선택
6. test 데이터에 적용

Code