Mapping the diverse hues of credit risk into risk categories for informed decision-making
- Update config:
config/config.yaml
- Update raw/processed data schema:
*raw_data_schema.yaml/processed_data_schema.yaml
(if needed) - Update model parameters:
params.yaml
(if needed) - Update the entity:
src/CategorizeCreditRisk/entity/config_entity.py
- Update the configuration manager:
src/CategorizeCreditRisk/config/configuration.py
- Update the components:
src/CategorizeCreditRisk/components
- Update the pipeline:
src/CategorizeCreditRisk/pipeline
- Update entrypoint:
main.py
- Update application:
app.py