Homework 2 - Income Prediction
###Announcements
#### 3/14 * Sample code will be released at 03/14/2019 23:59:59 (GMT+8) * 手把手教學 release! * Deadline update! #### 3/7 * HW2 release!Links
* 作業投影片 * Kaggle 連結 * Report 模板 * (有遲交的同學才需填寫)遲交表單 * Sample code (Logictic regression) * Sample code (Generative model) * 手把手教學投影片Deadlines
* Early Baseline Deadline: 03/14/2019 23:59:59 (GMT+8) * Kaggle Deadline: 03/23/2019 11:59:59 (GMT+8) * Github Deadline: 03/24/2019 23:59:59 (GMT+8)Assignment Regulation
* Only Python 3.6 available !!!! * For `hw2_logistic.sh` and `hw2_generative.sh` : * ALL python standard library is permitted (e.g. sys, csv, time) * numpy >=1.14 * scipy == 1.2.1 * pandas >= 0.24.1 * For `hw2_best.sh` : * Tensorflow == 1.12.0 * Pytorch == 1.0.1 * Keras == 2.2.4 * Scikit-learn == 0.20.0 * 不可以使用 xgboost, AdaBoostClassifier, ExtraTreesClassifierFAQ
Q1:請問kaggle的組隊人數上限?
A1:hw2為個人作業,不用在kaggle上進行組隊。