Application deployed on Heroku: link
Dream Housing Finance company deals in home mortgage loans. They have a presence across all urban, semi urban and rural areas. The Customer first applies for a home loan after that company validates the customer eligibility for loan. The Company wants to automate the loan eligibility process in real time based on customer details provided while filling out the online application form.
- Data cleaning and exploration
- Preprocessing the data
- Visualizing the data
- Exploring and optimizing various models
- Evaluating the final model
- Saving model components as
pickle
files
- Reading in the
pickle
files - Writing a function to preprocess the new data
- Create artificial data & make predictions
- Visualize the outputs
- Deployed on Heroku
- Receives user inputs on all features
- Makes predictions about loan status and probability
- Allows user to set threshold for classification
- Visualize the applicant in comparison to the training dataset
Source 1: Kaggle Source 2: Kaggle
- Linear regression model using the Ames housing dataset here.
- Logistic regression model using the home mortgage dataset here.
- Mortage Loan Approval Advanced
- K-Nearest Neighbors with Iris Dataset
- Classification with Titanic Dataset
- NLP with Movie Plots
- NLP with Medical Transcripts
- NLP with DBPedia Entries
- Webscraping & NLP with Reddit Posts
- Great article about using SageMaker for computer vision