This project analyzes factors leading to bank bankruptcy using machine learning techniques.
- Python
- Pandas, NumPy, Scikit-learn
- Matplotlib, Seaborn
- Clone this repository.
- Install dependencies:
pip install -r requirements.txt. - Run the main script:
python main.py.
- Achieved 85% accuracy in predicting bankruptcy risk.
- Key factors: Liquidity ratios, macroeconomic conditions.
MIT License