Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:22 +08:00
commit 53ae9034e6
10 changed files with 380 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# References
Bundled resources for hyperparameter-tuner skill
- [ ] grid_search_guide.md: Detailed explanation of grid search algorithm.
- [ ] random_search_guide.md: Detailed explanation of random search algorithm.
- [ ] bayesian_optimization_guide.md: Detailed explanation of Bayesian optimization algorithm.
- [ ] hyperparameter_tuning_best_practices.md: Best practices for hyperparameter tuning.
- [ ] supported_models.md: List of supported machine learning models.
- [ ] evaluation_metrics_explained.md: Explanation of different evaluation metrics.
- [ ] error_codes.md: List of error codes and their meanings.