JuliaAI / MLFlowClient.jl

Julia client for MLFlow.
https://juliaai.github.io/MLFlowClient.jl/
MIT License
46 stars 9 forks source link

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

Open pebeto opened 4 months ago

pebeto commented 4 months ago

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).