Difference between revisions of "MLflow"

From
Jump to: navigation, search
Line 12: Line 12:
 
* [http://towardsdatascience.com/empowering-spark-with-mlflow-58e6eb5d85e8 Empowering Spark with MLflow | Albert Franzi - Towards Data Science]
 
* [http://towardsdatascience.com/empowering-spark-with-mlflow-58e6eb5d85e8 Empowering Spark with MLflow | Albert Franzi - Towards Data Science]
 
* [http://www.kdnuggets.com/2018/07/manage-machine-learning-lifecycle-mlflow.html Manage your Machine Learning Lifecycle with MLflow]
 
* [http://www.kdnuggets.com/2018/07/manage-machine-learning-lifecycle-mlflow.html Manage your Machine Learning Lifecycle with MLflow]
 +
* [http://databricks.com/ Databricks]
  
 
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility and deployment. It currently offers three components::
 
MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility and deployment. It currently offers three components::

Revision as of 12:04, 16 March 2019

Youtube search... ...Google search

MLflow is an open source platform to manage the ML lifecycle, including experimentation, reproducibility and deployment. It currently offers three components::

  1. Tracking — Record and query experiments: code, data, config, and results.
  2. Projects — Packaging format for reproducible runs on any platform.
  3. Models — General format for sending models to diverse deployment tools.


mlflowObjects.jpg