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

Create KedroPipelineModel custom mlflow model #171

Closed
Galileo-Galilei opened this issue Mar 12, 2021 · 0 comments · Fixed by #249
Closed

Create KedroPipelineModel custom mlflow model #171

Galileo-Galilei opened this issue Mar 12, 2021 · 0 comments · Fixed by #249
Assignees
Labels
enhancement New feature or request

Comments

@Galileo-Galilei
Copy link
Owner

Galileo-Galilei commented Mar 12, 2021

Description

The current version of KedroPipelineMLModel can only log a PipelineML object as a Mlflow Model. For easier use, it would be more convenient to be ale to log directly a Pipeline object.

Context

The PipelineML concept is very strict: it is a good way to enforce best practice in a project, but you sometimes want to log a Pipeline directly without retraining the model. It would be more convenient to have a class for this to simplify serving.

Possible Implementation

For consistency of the API, it would be nice to have an abstract mother class KedroPipelineAbstractModel. The implementation would be very close to the existing KedroPipelineMLModel DataSet.

@Galileo-Galilei Galileo-Galilei added the enhancement New feature or request label Mar 12, 2021
@Galileo-Galilei Galileo-Galilei self-assigned this Mar 12, 2021
@Galileo-Galilei Galileo-Galilei changed the title Create KedroPipelineModel DataSets Create KedroPipelineModel DataSet Mar 12, 2021
@Galileo-Galilei Galileo-Galilei changed the title Create KedroPipelineModel DataSet Create KedroPipelineModel custom mlflow model Oct 2, 2021
Galileo-Galilei added a commit that referenced this issue Nov 4, 2021
Galileo-Galilei added a commit that referenced this issue Nov 4, 2021
Galileo-Galilei added a commit that referenced this issue Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
1 participant