I'm new to mlflow and I can't figure out why the artifact store
can't be the same as the backend store
?
The only reason I can think of is to be able to query the experiments with SQL syntax... but since we can interact with the runs using mlflow ui
I just don't understand why all artifacts and parameters can't go to a same location (which is what happens when using local storage).
Can anyone shed some light on this?