Giter Site home page Giter Site logo

lokeshsreenathj / bankruptcy-prediction---analytics Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 10.39 MB

Built XGBoost Classifier using SMOTE technique and Hyper-Parameter Tuning

License: MIT License

Jupyter Notebook 100.00%
binary-classification hyperparameter-tuning pearson-correlation smote-sampling xgboost knn-regression

bankruptcy-prediction---analytics's Introduction

Bankruptcy-Prediction---Analytics

Built XGBoost Classifier using SMOTE technique and Hyper-Parameter Tuning. Mode of Estimation is "AUC Score" for Binary Classification.

Initially, Built a Logistic Regression model which has given a poor AUC score of 0.52.

Later, Removed the multicollinearity features with in the dataset using pearson's correlation method by choosing threshold as 0.9. Now again modeled the Logistic Regression using the new dataset and the AUC score raised to 0.60.

Then, Using SMOTE (Synthetic Minority OverSampling Technique) created the eqaul observation of the both the classes and then built a new Logistic Regression mode and got the AUC score of 0.62.

Using Non-Parametric approach, built a KNN Classifer using the newer dataset. KNN suffers with the "curse of dimenionality" if n/p ratio is lower. Tuning the hyper-paramerts yielded a modek with AUC score of 0.82.

Finally, most buzzing and trendy XGBoost Classifer was built using SMOTE dataset as Regularization is inherent property of XGBoost. Tuned the hyper-parameters and the resulted in AUC test score of 0.96.

This explains the superiority of Boosting Algorithms.

bankruptcy-prediction---analytics's People

Contributors

lokeshsreenathj avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.