-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loan payment prediction #182
base: main
Are you sure you want to change the base?
Loan payment prediction #182
Conversation
Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit 1 project only according to the issue mentioned.
@@ -12,6 +12,16 @@ | |||
</div> | |||
</a> | |||
|
|||
<!-- Loan Repayment Prediction --> | |||
<a href="loan-repayment-prediction" style="padding: 0 2px 0 16px; background-color: rgba(39, 39, 43, 0.4); border: 1px solid rgba(76, 76, 82, 0.4); border-radius: 10px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); overflow: hidden; transition: transform 0.2s; display: flex; align-items: center;"> | |||
<img src="https://www.simplilearn.com/ice9/free_resources_article_thumb/Deep-Learning-vs-Machine-Learning.jpg" alt="" style="width: 300px; height: 150px; object-fit: cover; border-radius: 10px;" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://miro.medium.com/v2/resize:fit:1400/0*8YE6hEXyYBjF5bei.jpg
# 📜 Loan Repayment Prediction | ||
|
||
<div align="center"> | ||
<img src="https://images.unsplash.com/photo-1579621970563-ebec7560ff3e?ixlib=rb-4.0.0&auto=format&fit=crop&w=1000&q=80" alt="Loan Prediction Project Banner"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://miro.medium.com/v2/resize:fit:1400/0*8YE6hEXyYBjF5bei.jpg
| **Languages** | Python | | ||
| **Libraries** | Pandas, NumPy, Scikit-learn, Matplotlib, Seaborn | | ||
| **Development Tools** | Jupyter Notebook, Git | | ||
| **Machine Learning** | Classification Algorithms | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention those algorithm names
|
||
## 📓 NOTEBOOK | ||
??? Abstract "Kaggle Notebook" | ||
[Loan Repayment Prediction Analysis](https://www.kaggle.com/code/arushiburson/loan-repayment-prediction/notebook) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use kaggle notebook embedded link only.
To develop a machine learning model that accurately predicts whether a loan applicant will be able to repay their loan, helping financial institutions make informed lending decisions and minimize default risks. | ||
|
||
## 📊 DATASET LINK | ||
[Loan Repayment Prediction Dataset on Kaggle](https://www.kaggle.com/code/arushiburson/loan-repayment-prediction) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't add any title of the link. Just keep title and link same.
|
||
|
||
=== "Kaggle Notebook" | ||
- [Loan Repayment Prediction Analysis](https://www.kaggle.com/code/arushiburson/loan-repayment-prediction/notebook) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this link as it is already displayed earlier in this file.
- Credit scoring systems | ||
- Financial inclusion initiatives | ||
|
||
### 🔗 USEFUL LINKS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If no github, pickle or joblib file, deployment url is not there, remove this heading.
@Sakshamjain98 Are you working on it? |
Describe the add-ons or changes you've made 📃
Checklist: ☑️
Screenshots 📷
Working Video 🎥
Screen.Recording.-.Made.with.FlexClip.12.webm
Happy Coding 🎉