garimasingh128 / awesome-python-projects

📱 ✅ Some awesome projects in python! 📱 ✅
http://garimasingh.me/awesome-python-projects/
MIT License
1.04k stars 299 forks source link

Loan Prediction using Machine Learning #75

Closed ksdkamesh99 closed 4 years ago

ksdkamesh99 commented 4 years ago

I created an ML Pipeline for the referenced dataset #51 . The following things done are

  1. Loaded the dataset and added
  2. EDA Performed
  3. Handled Missing Values
  4. Encoded the Categorical Variables
  5. MinMAx Scaling Performed
  6. Model Training is done with 6 different algorithms
  7. Classification Report analyzed
  8. Concluded SVM Performs well and pickled model

Please Review my PR

garimasingh128 commented 4 years ago

Add resources to readme add screenshots to folder

Refer #32