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
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.
The text was updated successfully, but these errors were encountered:
Description
The current version of
KedroPipelineMLModel
can only log aPipelineML
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.The text was updated successfully, but these errors were encountered: