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 @@
# Scripts
Bundled resources for model-explainability-tool skill
- [ ] explain_model.py: Script to execute model explanation using SHAP or LIME, taking model and data as input.
- [ ] feature_importance.py: Script to calculate and visualize feature importance scores.
- [ ] data_preprocessing.py: Script to preprocess data for model explanation.