Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:35 +08:00
commit 0543c11758
11 changed files with 361 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Scripts
Bundled resources for ml-model-trainer skill
- [ ] train_model.py: Automates the model training process, including data loading, preprocessing, model selection, training, and evaluation.
- [ ] evaluate_model.py: Evaluates the trained model using various metrics and generates a report.
- [ ] preprocess_data.py: Preprocesses the input data, including handling missing values, scaling, and feature engineering.
- [ ] save_model.py: Saves the trained model artifact to a specified location.
- [ ] load_model.py: Loads a previously trained model artifact from a specified location.