Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:00 +08:00
commit e9b082ff8d
9 changed files with 231 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Assets
Bundled resources for classification-model-builder skill
- [ ] model_config_template.json: A template JSON file for specifying model configurations, including hyperparameters and training parameters.
- [ ] example_dataset.csv: A sample CSV dataset that can be used for testing the classification model builder.
- [ ] report_template.html: An HTML template for generating the model performance report.