Skip to main content

MLflow artifact store plugin — stores artifacts with mlvault encrypted cloud storage

Project description

mlvault-mlflow

MLflow artifact store plugin for mlvault — store your MLflow artifacts with encrypted cloud storage.

Install

pip install mlvault mlvault-mlflow
mlvault init

Usage

Set the artifact store when creating an MLflow experiment:

import mlflow

mlflow.create_experiment("my-experiment", artifact_location="mlvault://my-project")
mlflow.set_experiment("my-experiment")

Then log artifacts as normal:

with mlflow.start_run() as run:
    mlflow.log_artifact("checkpoint.pt")
    run_id = run.info.run_id

After training, push to cloud storage:

mlvault commit <mlflow_run_id>

See the mlvault README for full documentation.

License

MIT

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

obsideo_cloud_mlflow-0.1.0b1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file obsideo_cloud_mlflow-0.1.0b1-py3-none-any.whl.

File metadata

File hashes

Hashes for obsideo_cloud_mlflow-0.1.0b1-py3-none-any.whl
Algorithm Hash digest
SHA256 451da9ed61bd2a214e978bf78e08134efa790dd37f5754497260b313e0725cf8
MD5 90a313111def649044c7ac7ee6462524
BLAKE2b-256 ed7278aa6036273f989bbc2de6e760fd12a8ad9056602b74fa75c28a47408bba

See more details on using hashes here.

Supported by

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