A model package to estimate loan amount suitable for a customer
Project description
LOAN AMOUNT PREDICTION
A machine learning program that estimates the amount of loan to be issued as seen in the dataset given. This program uses a simple hist gradient boosting regressor algorithm to estimate the likely loan user should be eligible for.
Data set and its description
| Data | Description |
|---|---|
| Loan_ID | Unique loan request identifier |
| Gender | sex of the user |
| Married | Marital status |
| Dependents | Number of dependents |
| Education | if the candidate is graduate or not |
| Self_Employed | if the user is working for himself |
| ApplicantIncome | total income of the candidate |
| CoapplicantIncome | total income of the borrower's partner |
| LoanAmount | Amount requested |
| Loan_Amount_Term | in months |
| Credit_History | 1(okay or eligible), 0(Not eligible) |
| Property_Area | nature of where the borrower live |
| Loan_Status | if loan was granted or not |
Dependencies and packages
- python = "^3.9"
- numpy = "^1.26.4"
- pandas = "^2.2.2"
- pydantic = "^2.7.3"
- scikit-learn = "^1.5.0"
- strictyaml = "^1.7.3"
- feature-engine = "^1.8.0"
- joblib = "^1.4.2"
- mlflow = "^2.13.2"
- ipykernel = "^6.29.4"
- hyperopt = "^0.2.7"
- scipy = "^1.13.1"
- loguru = "^0.7.2"
Source code link
Source code link: Github link
Snapshots
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file loan_amount_model_package-0.0.7.tar.gz.
File metadata
- Download URL: loan_amount_model_package-0.0.7.tar.gz
- Upload date:
- Size: 80.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.12 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4cb4e928b4a1d9db01d161fe4cf9712f046568e702ee50ac7d56a26de8f5d992
|
|
| MD5 |
7b315229856d0a62db7ac05784270edf
|
|
| BLAKE2b-256 |
8a4a15179227baabd2a20979b25391395069c2e66b5007e3fdbfa8a8cf85c18c
|
File details
Details for the file loan_amount_model_package-0.0.7-py3-none-any.whl.
File metadata
- Download URL: loan_amount_model_package-0.0.7-py3-none-any.whl
- Upload date:
- Size: 83.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.9.12 Darwin/23.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5045eb80c792e9bee6e87208864509ca53ffbb05047ce14b311b0b0108c41eca
|
|
| MD5 |
5052c2f0e09cd10e85d6555f18f4aff0
|
|
| BLAKE2b-256 |
dcc10b55948930a629cab4ae46ac4c665d6409ef7ce5a74d1df66f43c21727f3
|