Skip to main content

MLflow: An ML Workflow Tool

Project description

Note: The current version of MLflow is an alpha release. This means that APIs and data formats are subject to change!

Note 2: We do not currently support running MLflow on Windows. Despite this, we would appreciate any contributions to make MLflow work better on Windows.

Installing

Install MLflow from PyPi via pip install mlflow

MLflow requires conda to be on the PATH for the projects feature.

Documentation

Official documentation for MLflow can be found at https://mlflow.org/docs/latest/index.html.

Running a Sample App With the Tracking API

The programs in example use the MLflow Tracking API. For instance, run:

python example/quickstart/test.py

This program will use MLflow Tracking API, which logs tracking data in ./mlruns. This can then be viewed with the Tracking UI.

Launching the Tracking UI

The MLflow Tracking UI will show runs logged in ./mlruns at http://localhost:5000. Start it with:

mlflow ui

Running a Project from a URI

The mlflow run command lets you run a project packaged with a MLproject file from a local path or a Git URI:

mlflow run example/tutorial -P alpha=0.4

mlflow run git@github.com:databricks/mlflow-example.git -P alpha=0.4

See example/tutorial for a sample project with an MLproject file.

Saving and Serving Models

To illustrate managing models, the mlflow.sklearn package can log scikit-learn models as MLflow artifacts and then load them again for serving. There is an example training application in example/quickstart/test_sklearn.py that you can run as follows:

$ python example/quickstart/test_sklearn.py
Score: 0.666
Model saved in run <run-id>

$ mlflow sklearn serve -r <run-id> model

$ curl -d '[{"x": 1}, {"x": -1}]' -H 'Content-Type: application/json' -X POST localhost:5000/invocations

Contributing

We happily welcome contributions to MLflow. Please see our contribution guide for details.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mlflow-0.3.0.tar.gz (4.3 MB view details)

Uploaded Source

Built Distribution

mlflow-0.3.0-py2-none-any.whl (4.4 MB view details)

Uploaded Python 2

File details

Details for the file mlflow-0.3.0.tar.gz.

File metadata

  • Download URL: mlflow-0.3.0.tar.gz
  • Upload date:
  • Size: 4.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mlflow-0.3.0.tar.gz
Algorithm Hash digest
SHA256 b5577fb5ec062bf2914d94b28d82fea87096c2fb19722ce7f5295f17e0947f5a
MD5 65ba09c9999d61c8627529c1669ccb5d
BLAKE2b-256 45ec7e1ed22737b28192d978c20bf8c96533472b914fd56aef2cda6fedf046d1

See more details on using hashes here.

File details

Details for the file mlflow-0.3.0-py2-none-any.whl.

File metadata

File hashes

Hashes for mlflow-0.3.0-py2-none-any.whl
Algorithm Hash digest
SHA256 455ad01376d5ca5c102cd9eeb76e7507ce40121340e85e38b509037813f1551e
MD5 28e1ad02439cfa48e46694a3eb092e7c
BLAKE2b-256 81ec2f04eb4ae748fda87ca3fd1858f2636edb6b2738a00dc9e7ddfc7f400cbb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page