Last updated:
0 purchases
mlflowregistrymongostore 0.1.11
mlflow-tracking-mongostore
Mlflow plugin to use MongoDB as a backend for the MLflow tracking service. To use this plugin, you need a running instance of MongoDB.
Run 'pip install mlflow-tracking-mongostore' to register the plugin as an entrypoint with MongoDB backend.
Installation
pip install mlflow-tracking-mongostore
Usage
mlflow server --backend-store-uri mongodb://USER:PASSWORD@MONGO_HOST:DB_NAME
OR
mlflow server --backend-store-uri mongodb+srv://USER:PASSWORD@$MONGO_HOST:DB_NAME
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.