1 Star 3 Fork 2

cowcomic/mlflow

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README_SKINNY.rst 947 Bytes
一键复制 编辑 原始数据 按行查看 历史

MLflow Skinny: A Lightweight Machine Learning Lifecycle Platform Client

MLflow Skinny is a lightweight MLflow package without SQL storage, server, UI, or data science dependencies. MLflow Skinny supports:

  • Tracking operations (logging / loading / searching params, metrics, tags + logging / loading artifacts)
  • Model registration, search, artifact loading, and deployment
  • Execution of GitHub projects within notebook & against a remote target.

Additional dependencies can be installed to leverage the full feature set of MLflow. For example:

  • To use the mlflow.sklearn component of MLflow Models, install scikit-learn, numpy and pandas.
  • To use SQL-based metadata storage, install sqlalchemy, alembic, and sqlparse.
  • To use serving-based features, install flask and pandas.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cowcomic/mlflow.git
[email protected]:cowcomic/mlflow.git
cowcomic
mlflow
mlflow
master

搜索帮助