Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:17 +08:00
commit 8485fc0c2c
8 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for experiment-tracking-setup skill
- [ ] mlflow_api_reference.md Detailed documentation of the MLflow API, including logging parameters, metrics, and artifacts.
- [ ] wandb_api_reference.md Detailed documentation of the Weights & Biases API, including logging parameters, metrics, and artifacts.
- [ ] experiment_tracking_best_practices.md A guide to best practices for experiment tracking, including naming conventions, metric selection, and artifact storage.
- [ ] supported_libraries.md List of supported ML libraries and their integration with MLflow and W&B.