This is a simple loan approval prediction model using Dream Housing Finance Company dataset. This prediction takes various factors into consideration such as Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others through an online form.
- Programming Language: Python,HTML,CSS,Javascript
- Libraries: Pandas, Scikit-learn, Matplotlib, Numpy, Flask, Ajax
- Filling missing values
- Perform necessary cleaning and EDA.
- One hot Encoding
- Training various models and tune it.
- Selecting most accurate model and exporting it in a pickle file(Using Pickle Library).
- UI designing using HTML,CSS,Javascript
- Build an webapp using Flask framework.
- Logistic Regression Model
- Accuracy : 81.54%
- SVM
- Accuracy : 81.54%
- Random Forest
- Accuracy : 75.12%
- Decision_Tree
- Accuracy : 72.23%
- GaussianNB
- Accuracy : 80.78%
- MultinomialNB
- Accuracy : 69.86%
- Kaggle
- Sumit Kothari