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
Supervised Classification Problem with Imbalance dataset. Take a look-
In such cases , Accuracy is a misleading evaluation metric and recall becomes very vital.
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!