Files
2025-11-29 18:51:42 +08:00

8 lines
346 B
Markdown

# 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.