Semantic Versioning 2.0.0, Tom Preston-Werner, 2013 - 语义化版本控制的官方规范,为跟踪软件(和模型)演进提供了一个广泛采用的框架,并根据兼容性和功能变化制定了明确的版本号增量规则。
Machine Learning Engineering, Valliappa Lakshmanan, Sara Robinson, Michael Hyttinen, 2020 (O'Reilly Media) - 一本关于在生产环境中构建、部署和维护机器学习系统的综合指南,涵盖了 MLOps 实践、模型版本控制、部署模式(蓝绿、金丝雀)和监控等主题。
MLflow: An Open Platform for the Machine Learning Lifecycle, Matei Zaharia, Andy Konwinski, Patrick Wendell, Burak Yavuz, Tathagata Das, Joe Spisak, Jeremy Chow, Virginia Adams, Michael Armbrust, Sameer Agarwal, Xiangrui Meng, Aaron Davidson, Ali Ghodsi, 2020Proceedings of the 10th Biennial Conference on Innovative Data Systems Research (CIDR '20) (CIDR)DOI: 10.54412/cidr2020-11 - 介绍 MLflow,一个开源平台,旨在管理机器学习生命周期,包括实验跟踪、模型打包和可重现部署,这与版本控制和工件管理相关。