The repo is for MSBD5001 independent project from Gao Han (Student id: 20565848)
Here I just use python 3 to train the model and make prediction.
Here all packages are based on Python. They are:
- pandas
- sklearn
- math
- pickle
- All files in this repository are required to run prediction.py
- If you want to test with a new dataset, just replace 'test.csv' file with your new csv file and run 'prediction.py'.
The result generated by 'prediction.py' is also listed here. It is 'submission_hgaoaf.csv', which can be submitted to kaggle directly.