solution of team 38 for TCD machine learning kaggle Income Prediction

before you run:

  1. unzip these csv files in data directory
  2. install all dependency in requirements.txt

we train_lightgbm.py : use lghtGBM to train and predict, it can output the best results

train_linear.py : LinearRegression

train_randomforest.py : random forest