Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gititsid/creditshield
A ML project designed to categorize credit risk into four distinct levels, ranging from lowest risk (P1) to highest risk (P4). It helps in assessing creditworthiness and minimizing lending risks.
https://github.com/gititsid/creditshield
Last synced: about 2 months ago
JSON representation
A ML project designed to categorize credit risk into four distinct levels, ranging from lowest risk (P1) to highest risk (P4). It helps in assessing creditworthiness and minimizing lending risks.
- Host: GitHub
- URL: https://github.com/gititsid/creditshield
- Owner: gititsid
- License: mit
- Created: 2024-09-17T16:45:57.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-23T15:03:03.000Z (3 months ago)
- Last Synced: 2024-10-23T18:53:53.229Z (3 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 218 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CreditShield
Mapping the diverse hues of credit risk into risk categories for informed decision-making----
## Workflow:
1. Update config: `config/config.yaml`
2. Update model parameters: `params.yaml (if needed)`
3. Update the entity: `src/CreditShield/entity/config_entity.py`
4. Update the configuration manager: `src/CreditShield/config/configuration.py`
5. Update the components: `src/CreditShield/components`
6. Update the pipeline: `src/CreditShield/pipeline`
7. Update entry point: `main.py`
8. Update application: `app.py`---