You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you have a global variable in the mlflow.yml file (e.g mlruns: ${USER}/mlruns), the global variable is not replaced by its value even if the user has registered a TemplatedConfigLoader in his project. This is due to get_mlflow_config() to manually recreate the default ConfigLoader.
This is part of the numerous issues that will be fixed by #66.
The text was updated successfully, but these errors were encountered:
When you have a global variable in the mlflow.yml file (e.g
mlruns: ${USER}/mlruns
), the global variable is not replaced by its value even if the user has registered a TemplatedConfigLoader in his project. This is due toget_mlflow_config()
to manually recreate the default ConfigLoader.This is part of the numerous issues that will be fixed by #66.
The text was updated successfully, but these errors were encountered: