This repository contains files to train, search hyper-parameters for ML models and submission files to the zindi-canpoy-classification challenge.
Final Leaderboard Rank - 49.
Files
- /scr/hyperparameter_search.py Creates an optuna study to retreive optimal parameters from an extensive search-space of hyper-parameters. Once study is done, we can pick the best obtained parameters along with the entire data and train the final model for submission.
- /scr/main.py Scipt runs the model with given hyper-paramters and creates a submission file for the competition.
Models:
- LighGBM - Model is tuned and submision is made to the competition.
- Prithvi (IBM) - Next model to tune for the competition.