To predict the approval status of loan applications using machine learning, based on transformed and cleaned applicant data from a CSV file
Data sourced from publicly available datasets (e.g.,(https://drive.google.com/drive/folders/1cQHa3FngeeDsJHDS3rgPm5HWy7KTN37A)).
- Handling missing values
- Encoding categorical variables
- Feature scaling
Implemented and compared the following models:
- K-Nearest Neighbors (KNN)
- Decision Tree Classifier
- Random Forest Classifier
- Naive Bayes Classifier
Evaluated model performance using:
- Accuracy
- Precision