Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:42 +08:00
commit 058ce5ee4a
11 changed files with 558 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for model-explainability-tool skill
- [ ] explanation_template.html: HTML template for displaying model explanations in a user-friendly format.
- [ ] example_explanation.json: Example JSON output of a model explanation.
- [ ] visualization_styles.css: CSS file for styling visualizations of feature importance and model predictions.