Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:45 +08:00
commit ecaed8b116
11 changed files with 398 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# References
Bundled resources for model-versioning-tracker skill
- [ ] mlflow_api_reference.md: Comprehensive documentation of the MLflow API for model versioning and tracking.
- [ ] model_versioning_best_practices.md: A guide to best practices for model versioning, including naming conventions, metadata management, and lineage tracking.
- [ ] supported_model_formats.md: A list of supported model formats and their corresponding serialization/deserialization methods.