Skip to content

techietrader/XGBoost-on-Bankruptcy-Dataset-Imbalance-Data

Repository files navigation

XGBoost on Bankruptcy Dataset (Imbalance Data)

The given data contains details of various markers and financial ratios of entities.

Target variable is whether the company got bankrupt in the subsequent years or not.

1 - bankrupt 0 - not bankrupt

Problem Statement -

Supervised Classification Problem with Imbalance dataset. Take a look-

imbalance_data

In such cases , Accuracy is a misleading evaluation metric and recall becomes very vital. recall and precision

The efforts made in this file are in and around to improve recall and thereby improving the F1 Accuracy score. Oversampling is also used to reduce the imbalance somewhat followed by different classifiers training and some hyperparameter tuning using GridSearch.

Enjoy!

About

keywords - XGboost, Smote, Hyperparameter tuning, Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published