Skip to main content

Mlflow plugin to use ElasticSearch as backend for MLflow tracking service

Project description

mlflow-elasticsearchstore

Mlflow plugin to use ElasticSearch as backend for MLflow tracking service. To use this plugin you need a running instance of Elasticsearch 6.X.

Run 'pip install mlflow-elasticsearchstore' to register the plugin as an entrypoint with Elasticsearch backend.

$ pip install mlflow-elasticsearchstore

Development

In a python environment (you can use the one where mlflow is already installed):

$ git clone git clone https://github.com/criteo/mlflow-elasticsearchstore.git
$ cd mlflow-elasticsearch
$ pip install .

How To

mlflow-elasticsearchstore can now be used with the "elasticsearch" scheme, in the same python environment :

$ mlflow server --host $MLFLOW_HOST --backend-store-uri elasticsearch://$USER:$PASSWORD@$ELASTICSEARCH_HOST:$ELASTICSEARCH_PORT --port $MLFLOW_PORT --default-artifact-root $ARTIFACT_LOCATION

Project details


Download files

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

Source Distribution

mlflow-elasticsearchstore-0.1.2.tar.gz (28.6 kB view hashes)

Uploaded Source

Built Distribution

mlflow_elasticsearchstore-0.1.2-py3-none-any.whl (13.3 kB view hashes)

Uploaded Python 3

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