Public Leaderboard Rank: 86
Private Leaderboard Rank: 89
- Merged train dataset and test dataset to form a merged dataset
- Label Encoded the categorical columns
- Added dummy columns
- Split the merged dataset to train and test dataset
- Applied LGBMClassifier with the previously tested parameters and fitted it
- Created the final.csv with the prediction of the LGBMClassifier model
- Python
- pandas and numpy libraries for data manipulation
- LGBMClassifier for prediction
The score obtained using this solution is 0.9352380952
Rank: 86th on public LB and 89th on private LB