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
Currently, predict.pipelearner() applies default predict() to each fit. However, sometimes this needs to be adjusted. For example, changing predict to produce probabilities or classes.
Currently,
predict.pipelearner()applies defaultpredict()to each fit. However, sometimes this needs to be adjusted. For example, changingpredictto produce probabilities or classes.