Custom callbacks for Pipeline
#482
brsnw250
started this conversation in
Improvements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
Add the possibility to implement custom callbacks for different stages in the
Pipeline
.Provide access not only for dataset but for transforms and model as well.
Consider the following places:
Pipeline
forecast / predict methodsExample of callbacks with access to datset only: MLForecast
Thoughts
This functionality might be helpful not only for debugging purposes but can also help to cover some utility cases, such as logging or saving predictions.
Related
Beta Was this translation helpful? Give feedback.
All reactions