This is the MSBD5001-2019 Fall inclass kaggle competition. Link:https://www.kaggle.com/c/msbd5001-fall2019/
1.python is the language I used in competition.
Library required: sklearn(LabelEncoder, XGBClassifier), pandas,numpy,xgboost
2.Running requirement: The generated csv do not have the id index. So You should manually add 'id' in the first column. Then it can be run in the kaggle.