Income Prediction AI Hackathon

Algorithm | Tabular | Regression | Social | RMSE

  • moneyIcon Prize : 인증서 + 데이스쿨
  • 2024.03.11 ~ 2024.04.08 09:59 + Google Calendar
  • 1,259 Users Completed

 

Income Prediction Code ML/DNN

2024.04.05 11:12 2,150 Views language

공부삼아 시도해본 코드 공유 드립니다.
1. Importing Libraries and Fixed Random Seed
2. Importing Dataset
3. EDA (Exploratory Data Analysis)
4. Outlier Handling (skip)
5. train_x, train_y, test_x Segregation
6. Label Encoding (One-hot Encoding)
7. Scaling Valiables
8. Split train_x, val_x, train_y, val_y
9. Test with sklearn models
10. DNN Model Design
11. Complie Model and Training
12. Evaluation
13. Prediction
14. Generating Prediction Dataset
15. Save Submission CSV file

Code
Login Required
0 / 1000
afs1afsd
2024.04.05 13:12

감사합니다 잘보겠습니다~

도비콘
2024.04.05 13:26

KennyJung님
데이커분들이 학습하기 편한 내용구성 감사합니다.☺️