MLflow

From
Revision as of 02:18, 16 March 2019 by BPeat (talk | contribs)
Jump to: navigation, search

Youtube search... ...Google search

MLflow is an open source platform for the complete machine learning lifecycle. MLflow is designed to work with any ML library, algorithm, deployment tool or language. It is very easy to add MLflow to your existing ML code so you can benefit from it immediately, and to share code using any ML library that others in your organization can run. MLflow is also an open source project that users and library developers can extend. Manage your Machine Learning Lifecycle with MLflow

MLflow provides three components:

  1. Tracking — Recording and querying experiments: code, data, config and results. Very useful to keep track of your modelling progress.
  2. Projects — Packaging format for reproducible runs on any platform (i.e Sagemaker).
  3. Models — General format for sending models to diverse deployment tools.


backpropagation.png