data
directory. The dataset includes both training and test sets in CSV format (train.csv
and test.csv
).loan_prediction_eda.ipynb
contains the exploratory data analysis performed on the dataset. It includes visualizations, summary statistics, and insights gained from the data exploration process.missing_values_outliers.ipynb
details the methods used to address missing values and outliers in the dataset.model_building.ipynb
. Various machine learning models such as logistic regression, decision trees, random forests, and gradient boosting were explored and evaluated using cross-validation techniques.