Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
6c3b74c
commit initial project state
May 9, 2025
133b663
update step params and annotations
May 11, 2025
c282b90
update pipeline params
May 11, 2025
b70774b
add unique names to data artifacts, and fetch run id from step context
May 11, 2025
15e6930
fix pipeline protected attributes and target column
May 11, 2025
6850c0c
update compliance dir
May 11, 2025
d4880fb
update yaml configs
May 11, 2025
534ba1b
update constants, run.py and README
May 11, 2025
b73013f
add model definition to utils
May 11, 2025
e4f8607
delete preview md doc
May 11, 2025
b9cc7b3
small fixes for training pipeline
May 11, 2025
831c44b
fetch necessary params for training pipeline
May 12, 2025
078b973
name and store annotated types in constants
May 12, 2025
39e34fe
refactor and add additional artifacts
May 12, 2025
e68ac77
add deploymeny.yaml config
May 12, 2025
0556236
refactor and complete modal deployment template
May 12, 2025
441026c
add app dir for modal deployment
May 12, 2025
2bf328f
remove app.py
May 12, 2025
3f6fe14
delete auto-generated artifacts and refactor
May 12, 2025
2c52e85
refactor: storage consolidation, unified configuration, maximum zenml…
May 13, 2025
b2ee313
cleanup compliance dir and update jinja template
May 13, 2025
0cfc9fc
save approval record to modal, not locally
May 13, 2025
2b7cc53
add diagrams and detailed pipeline explanations
May 13, 2025
dc2d3a9
fix modal deployment: use add local file for constants.py, and add Ap…
May 13, 2025
b1cded9
convert UUID to strings, and update README
May 13, 2025
431c56b
remove modal card from metadata logged to zenml
May 13, 2025
69d09d7
remove unused deps
May 13, 2025
3f408d4
refactor and simplify feature engineering pipeline for demo purposes
May 14, 2025
7d16f4a
replace crypto dataset with better suited credit_scoring dataset and …
May 14, 2025
b35aac9
add qms templates, and releases dir per run for compliance docs
May 16, 2025
cf96b26
update utils and add incidents, preprocess, risk_dashboard streamlit …
May 16, 2025
392632f
refactor and integrate sbom, completed annex iv for demo, and improve…
May 16, 2025
2e25997
Add COMPLIANCE.md file, and assets dir for pipeline diagrams
May 16, 2025
0d9ab10
update diagrams and prettify jinja template
May 16, 2025
684e0e1
organize and refactor
May 19, 2025
1b9c251
update annex iv template and sample inputs
May 19, 2025
85e8d01
save whylogs htmlstring visualization along with release artifacts
May 19, 2025
4ffc4f4
update README
May 19, 2025
6008cdc
Add 'credit-scorer/' from commit '6c3b74c063e60cd456b7ab6168107abc657…
May 19, 2025
ff0c15b
implement PR suggestions and additional dashboard improvements
May 20, 2025
a388c3c
update README and add typehints to template.py
May 20, 2025
396126c
Merge commit 'a388c3cb635e4e5c72a349105430d7d86b932fb1' into import/c…
May 20, 2025
b4b81da
cleanup and trim blank rows from csv and xlsx files
May 20, 2025
84f9c54
fix broken links
May 20, 2025
a708b2c
run format/lint scripts
May 20, 2025
132f2a8
add credit-scorer to zenml-projects README.md
May 20, 2025
88a2f71
remove diagrams.md reference
May 20, 2025
6bb6c92
remove diagrams.md reference from README.md
May 20, 2025
4c0dc06
update streamlit_app to use shared compliance_dashboard html
May 21, 2025
21ce7b0
update utils
May 21, 2025
8f0a125
modify model from GradientBooster to LightGBM and update steps/pipelines
May 21, 2025
c395ea5
update requirements.txt and refactor code
May 21, 2025
5f0b9ec
add generate_dashboard step for compliane coverage html artifact
May 21, 2025
9ed7683
run format/lint scripts
May 21, 2025
eadb783
run format/lint scripts
May 21, 2025
960656a
add docs/releases to typos.toml ignore list
May 21, 2025
f614dcc
implement suggestions from PR review and simplify project
May 22, 2025
f8beeb2
run format/lint scripts
May 22, 2025
b5c8c02
fix broken links
May 22, 2025
9bb2937
improve README clarity, and small update to approve_deployment step
May 22, 2025
3eae010
run format script
May 22, 2025
d4dde3d
fix broken markdown link
May 22, 2025
9099a4f
add slack alerter for approval step
May 22, 2025
b88d784
uncomment code and cleanup approve step
May 22, 2025
e99a509
run format script
May 22, 2025
2b6894b
make slack message neater
May 22, 2025
d091258
remove extra html file
May 22, 2025
f8d2c2d
reorder imports, and add missing utils/visualizations directory
May 23, 2025
2a77a2d
run format script
May 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
300 changes: 120 additions & 180 deletions credit-scorer/README.md

Large diffs are not rendered by default.

Binary file added credit-scorer/assets/compliance-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added credit-scorer/assets/deployment-dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed credit-scorer/assets/deployment-pipeline.png
Binary file not shown.
Binary file added credit-scorer/assets/feature-engineering-dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified credit-scorer/assets/streamlit-app.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed credit-scorer/assets/streamlit-data-profile.png
Binary file not shown.
Binary file added credit-scorer/assets/training-dag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed credit-scorer/assets/training-pipeline.png
Binary file not shown.
181 changes: 0 additions & 181 deletions credit-scorer/docs/compliance_data_sources.md

This file was deleted.

Loading