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
Otherwise we get weird error messages when state is unexpectedly NULL.
Weird that we did not have this already.... maybe check if we do have it somewhere else and it does not apply to all pipeops, for some reason? (e.g. we only check in Graph?).
Example:
po("imputeoor")$predict(list(tsk("iris")))
#> Error: Input task during prediction of imputeoor does not match input task during training.
may be a minor breaking change if someone unsed "stateless" POs without training them, before. But this should really not have been allowed to begin with.
The text was updated successfully, but these errors were encountered:
Otherwise we get weird error messages when
state
is unexpectedly NULL.Weird that we did not have this already.... maybe check if we do have it somewhere else and it does not apply to all pipeops, for some reason? (e.g. we only check in Graph?).
Example:
may be a minor breaking change if someone unsed "stateless" POs without training them, before. But this should really not have been allowed to begin with.
The text was updated successfully, but these errors were encountered: