acoustic-van-30942
01/26/2023, 6:40 PMacoustic-van-30942
01/26/2023, 6:48 PMimport mlflow.tracking
client = mlflow.tracking.MlflowClient()
run_id = "run_id"
run = client.get_run(run_id)
file_path = run.download_artifacts("path/to/artifact")worried-mechanic-36312
01/26/2023, 6:55 PM<https://github.com/jacopotagliabue/MLSys-NYU-2022/blob/733bff0c31422e8142c4ceeaf3abdb50b34d3de1/weeks/10/app/app.py#L37>
Metaflow also has native integration with experiment tracker (Comet, Neptune etc) if you prefer to use an additional service for assets and artifactsvictorious-lawyer-58417
01/26/2023, 6:59 PM@my_model_registry which pushes the desired information to your systemsvictorious-lawyer-58417
01/26/2023, 6:59 PMacoustic-van-30942
01/27/2023, 3:09 AMvictorious-lawyer-58417
01/27/2023, 3:11 AMmetaflow configure export and metaflow configure import to save and load it across users (or just copy ~/.metaflowconfig