You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is written in python3. Necessary packages are imported in .py files.
Necessary packages are:
- numpy
- pandas
- xgboost
- sklearn
- sklearn.ensemble
- os
To run the code, you need to modify the dataset path to your dataset path. Default dataset path is on Kaggle. Initially, I run the code on Kaggle notebook. However, running on command line is also workable.