Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`

---