MLFlowClient.jl icon indicating copy to clipboard operation
MLFlowClient.jl copied to clipboard

Setting `./mlruns` as the default `artifact_location`

Open pebeto opened this issue 1 year ago • 0 comments

#48

In this PR, I'm fixing a design issue inherited from the original mlflow platform. In this case, when someone instantiates an experiment with default values, instead of letting the server set the artifact_location, we are setting it as ./mlruns to avoid non-absolute directories (breaking logging artifacts).

pebeto avatar May 28 '24 03:05 pebeto