Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

catalog and pipeline_ml_factory have inconsistent artifact_path #17

Closed
Galileo-Galilei opened this issue Jun 18, 2022 · 1 comment
Closed

Comments

@Galileo-Galilei
Copy link
Owner

Galileo-Galilei commented Jun 18, 2022

log_model_kwargs are passed to the pipeline_ml_factory function:

log_model_kwargs=dict(
artifact_path="kedro_mlflow_tutorial", # does not work with kedro==0.10.0
conda_env={
"python": 3.7,
"build_dependencies": ["pip"],
"dependencies": [f"kedro_mlflow_tutorial=={PROJECT_VERSION}"],
},
signature="auto",
),

But they are ignored by kedro-mlflow and we need to use the default values when retrieveing the model.

artifact_path: model # it should be 'kedro_mlflow_tutorial', but there is a bug in kedro-mlflow==0.10.0

Once the issue is solved in kedro-mlflow, we should update it here.

@Galileo-Galilei
Copy link
Owner Author

Closed by 9e342f4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant