Make kedro-mlflow not require an experiment name with packaged projects? #659
Unanswered
astrojuanlu
asked this question in
Q&A
Replies: 1 comment
|
Thanks for the report, I'll definitely should use a default experiment in this case. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I was running a
.whlcontaining my Kedro project, and found this error coming from the MLflow hook:This is the offending code:
kedro-mlflow/kedro_mlflow/framework/hooks/mlflow_hook.py
Lines 120 to 130 in 7ec6610
Looks like the project metadata is only used to derive the experiment name. I'm wondering if that could be lifted?
All reactions