This project predicts loan approval for applicants based on their financial and personal details using machine learning.
- Predicts loan approval (approved / rejected)
- Uses supervised ML models like Logistic Regression, Random Forest
- Provides classification results for applicants
- Python 3.x
- Pandas, NumPy, Scikit-learn
- Clone the repo or download the ZIP.
- Install dependencies:
pip install -r requirements.txt- Place your dataset CSV in the
data/folder. - Run the script:
python loan_approval_prediction.py