mlflow / mlp-regression-template

Example repo to kickstart integration with mlflow pipelines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uploading Artifacts to S3 Endpoint

alex-g-tejada opened this issue · comments

Is there a way to change the artifacts location other than local? I set MLFLOW_S3_ENDPOINT_URL with user/pass in the jupyternotebook but every run sends the model to metadata/mlflow/mlartifacts/..

Yes. You can specify artifact_location in the profile config. For example here: https://github.com/mlflow/mlp-regression-template/blob/main/profiles/local.yaml#L4

Thanks @jinzhang21 I did try to replace this with a s3 url, but It still stores the artifacts locally

Hi,
I've been reading source code to try to figure out how to resolve this.

I tried adding overrides in the local.yaml for the aws public and private keys but that prevents the pipeline from running

Thanks for the feedback @alex-g-tejada and @bvarjavand ! We'll investigate this in the coming weeks.