LightGBM-binary-classification-example
LightGBM-binary-classification-example copied to clipboard
A model that predicts the default rate of credit card holders using the LightGBM classifier. Trained the LightGBM classifier with Scikit-learn's GridSearchCV.
LightGBM-binary-classification-example
Requirements:
- Anaconda distribution
- LightGBM; could be installed by typing this on the Anaconda command line:
conda install -c conda-forge lightgbm