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 @@
# Scripts
Bundled resources for classification-model-builder skill
- [ ] model_builder.py: Automates the process of building, training, and evaluating classification models. Takes dataset path and model configuration as input.
- [ ] data_validator.py: Validates the input dataset for common issues like missing values, incorrect data types, and imbalanced classes.
- [ ] report_generator.py: Generates a comprehensive report of the model's performance, including metrics like accuracy, precision, recall, and F1-score.