Skip to content

In class Kaggle competition on predicting bankruptcy of a firm

Notifications You must be signed in to change notification settings

saminens/Predicting-Bankruptcy-of-firms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Predicting Bankruptcy for firms

-Used K-Means for feature reduction

-Applied classification algorithms like Random Forest, XGBoost, Light GBM and Stacked Ensembles using evaluation metric as AUC to obtain the probability of each firm.

-Performed SMOTE to upsample the minority class

-Achieved an AUC score of 0.96 on test data