aliabdallah7 / loan_prediction_ApplAi

Predict if your loan will be accepted or not. This happens by using a labeled data for applicants who applied for a loan before, analyzing these data and using some classification models on it.

Home Page:https://loanprediction.streamlit.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loan_prediction_ApplAi

Predict if your loan will be accepted or not. This happens by using a labeled data for applicants who applied for a loan before, analyzing these data and using some classification models on it.

I did that in machine learning workshop that was held by ApplAi "Student Activity at Ain Shams University" lasted 2 weeks..

I used :

  • Logistic Regression
  • KNN
  • SVM
  • ID3
  • Random Forrest

You can try using it now from here: https://loanprediction.streamlit.app/

📜 LICENSE

MIT

About

Predict if your loan will be accepted or not. This happens by using a labeled data for applicants who applied for a loan before, analyzing these data and using some classification models on it.

https://loanprediction.streamlit.app/

License:MIT License


Languages

Language:Jupyter Notebook 99.2%Language:Python 0.8%