-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add inference parameters to KedroPipelineModel #445
Comments
Open question: which parameters can be passed at runtime?
|
I'd like to go with a two step implementation because there are 2 part of the workflow modified here:
Step 1 : Define the interface we want to pass to the
|
I've started to POC this, and there are two bad news about this feature:
Passing runner and parameters should be fairly easy, but unfortunately I don't think we can pass arbitrary hooks this way @Calychas. |
Description
Mlflow introduced inference parameters in 2.6.0.
Context
Passing parameters at inference time to avoid retraining for long applications (e.g. probability threshold, LLM temperature...) is a long demanded feature
Possible Implementation
Update
PipelineML
andMlflowHook
to propagate this argumentThe text was updated successfully, but these errors were encountered: