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
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; could be installed by typing this on the Anaconda command line:
conda install -c conda-forge lightgbm
About
A model that predicts the default rate of credit card holders using the LightGBM classifier. Trained the LightGBM classifier with Scikit-learn's GridSearchCV.