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

8 lines
521 B
Markdown

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