Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:50:58 +08:00
commit 3fb2d73fdf
11 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for automl-pipeline-builder skill
- [ ] automl_best_practices.md: Document outlining best practices for building and deploying AutoML pipelines, including data preprocessing, feature engineering, and model selection.
- [ ] supported_algorithms.md: Document listing the supported machine learning algorithms within the AutoML pipeline builder plugin, along with their parameters and usage.
- [ ] error_handling_guide.md: Guide on how to handle errors and exceptions that may occur during the AutoML pipeline building process.