Skip to content
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

Submission for Loan Eligibility Prediction #110

Open
wants to merge 18 commits into
base: master
Choose a base branch
from

Conversation

donna2864
Copy link

@donna2864 donna2864 commented Oct 9, 2024

Description

I have come up with a predictive model for the Loan Eligibility Estimator, addressing the improvisation in the previous implementation. The model incorporates additional attributes that significantly impact loan approval, improving the accuracy and functionality of the estimator

Issue Resolved

This PR resolves #5 by providing a fully developed model for the Loan Eligibility Estimator

Changes Made

  • Implemented a machine learning model using [Model Type: Decision Trees, Random Forest and KNN(outperformed model) ]
  • Incorporated additional attributes that influence loan eligibility, such as
    [ no_of_dependents, education, self_employed, income_annum, loan_amount, loan_term, cibil_score, residential_assets_value, commercial_assets_value, luxury_assets_value, bank_asset_value ]
  • Trained and tested the model using available data to ensure accuracy (90.66) and performance improvements.
  • Didnt implement model details functional as it was optional.

Checklist

  • My code follows the current project structure
  • I have thoroughly reviewed and updated the requirements.txt file to include any new packages
  • The predict.py file includes a properly implemented model_details() function, or the notebook contains this function to print a detailed model report. The model will not be accepted without this function, as it is essential for generating the necessary model details.
  • I have added relevant tests (if necessary).
  • I have added comments in the code where needed.
  • This PR is submitted under Hacktoberfest.
  • This PR is submitted under GirlScript Summer of Code (GSSoC-Extd).

Copy link
Owner

@yashasvini121 yashasvini121 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Model details method not present.

@donna2864
Copy link
Author

should i create a new python file for this method, or should it be there in my notebook

@yashasvini121
Copy link
Owner

Create a proper model_details fxn in the jupyter notebook only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhancing Loan Eligibility Estimator Model
2 participants