All Projects → shrikant-temburwar → Loan-Prediction-Dataset

shrikant-temburwar / Loan-Prediction-Dataset

Licence: other
No description or website provided.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Loan-Prediction-Dataset

SF-GRU
Pedestrian Action Anticipation using Contextual Feature Fusion in Stacked RNNs
Stars: ✭ 43 (+104.76%)
Mutual labels:  prediction
Quick-Data-Science-Experiments-2017
Quick-Data-Science-Experiments
Stars: ✭ 19 (-9.52%)
Mutual labels:  pca
PyDREAM
Python Implementation of Decay Replay Mining (DREAM)
Stars: ✭ 22 (+4.76%)
Mutual labels:  prediction
sentometrics
An integrated framework in R for textual sentiment time series aggregation and prediction
Stars: ✭ 77 (+266.67%)
Mutual labels:  prediction
ocr-machine-learning
OCR Machine Learning in python
Stars: ✭ 42 (+100%)
Mutual labels:  pca
kriptomist
Fundamental cryptocurrency analysis
Stars: ✭ 29 (+38.1%)
Mutual labels:  prediction
stock-price-prediction
A practice project for machine learning and stop price prediction
Stars: ✭ 19 (-9.52%)
Mutual labels:  prediction
behaiv-java
User Behavior Prediction for everyone
Stars: ✭ 12 (-42.86%)
Mutual labels:  prediction
ml-simulations
Animated Visualizations of Popular Machine Learning Algorithms
Stars: ✭ 33 (+57.14%)
Mutual labels:  pca
Sales-Prediction
In depth analysis and forecasting of product sales based on the items, stores, transaction and other dependent variables like holidays and oil prices.
Stars: ✭ 56 (+166.67%)
Mutual labels:  prediction
timemachines
Predict time-series with one line of code.
Stars: ✭ 342 (+1528.57%)
Mutual labels:  prediction
Machine-Learning-Models
In This repository I made some simple to complex methods in machine learning. Here I try to build template style code.
Stars: ✭ 30 (+42.86%)
Mutual labels:  pca
GA-BP
基于遗传算法的BP网络设计,应用背景为交通流量的预测
Stars: ✭ 102 (+385.71%)
Mutual labels:  prediction
gridpp
Software to post-process gridded weather forecasts
Stars: ✭ 33 (+57.14%)
Mutual labels:  prediction
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (+61.9%)
Mutual labels:  prediction
prediction
Tidy, Type-Safe 'prediction()' Methods
Stars: ✭ 86 (+309.52%)
Mutual labels:  prediction
Recurrent-Neural-Network-for-BitCoin-price-prediction
Recurrent Neural Network (LSTM) by using TensorFlow and Keras in Python for BitCoin price prediction
Stars: ✭ 53 (+152.38%)
Mutual labels:  prediction
Wharton Stat 422 722
The official class webpage for Statistics 422/722 taught at Wharton in the Spring of 2017
Stars: ✭ 14 (-33.33%)
Mutual labels:  prediction
verif
Software for verifying weather forecasts
Stars: ✭ 70 (+233.33%)
Mutual labels:  prediction
federated pca
Federated Principal Component Analysis Revisited!
Stars: ✭ 30 (+42.86%)
Mutual labels:  pca

Loan-Prediction-Dataset

From the challange hosted at: https://datahack.analyticsvidhya.com/contest/practice-problem-loan-prediction-iii/

Problem Statement:

Dream Housing Finance company deals in all home loans. They have presence across all urban, semi urban and rural areas. Customer first apply for home loan after that company validates the customer eligibility for loan.

The company wants to automate the loan eligibility process (real time) based on customer detail provided while filling online application form. These details are Gender, Marital Status, Education, Number of Dependents, Income, Loan Amount, Credit History and others. To automate this process, they have given a problem to identify the customers segments, those are eligible for loan amount so that they can specifically target these customers. Here they have provided a partial data set.

The Data

Variable Description
Loan_ID Unique Loan ID
Gender Male/ Female
Married Applicant married (Y/N)
Dependents Number of dependents
Education Applicant Education (Graduate/ Under Graduate)
Self_Employed Self employed (Y/N)
ApplicantIncome Applicant income
CoapplicantIncome Coapplicant income
LoanAmount Loan amount in thousands
Loan_Amount_Term Term of loan in months
Credit_History credit history meets guidelines
Property_Area Urban/ Semi Urban/ Rural
Loan_Status Loan approved (Y/N)

I have applied PCA algorithm to reduce the data into two dimensions to visualize the classification of data using some classification techniques.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].