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
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file obsideo_cloud_mlflow-0.1.0b1-py3-none-any.whl.
File metadata
- Download URL: obsideo_cloud_mlflow-0.1.0b1-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
451da9ed61bd2a214e978bf78e08134efa790dd37f5754497260b313e0725cf8
|
|
| MD5 |
90a313111def649044c7ac7ee6462524
|
|
| BLAKE2b-256 |
ed7278aa6036273f989bbc2de6e760fd12a8ad9056602b74fa75c28a47408bba
|