Skip to content

0.19.0 - 2023-08-02

Calling learn_one in a pipeline will now update each part of the pipeline in turn. Before the unsupervised parts of the pipeline were updated during predict_one. This is more intuitive for new users. The old behavior, which yields better results, can be restored by calling learn_one with the new compose.learn_during_predict context manager.

bandit

compose

  • Removed the compose.warm_up_mode context manager.
  • Removed the compose.pure_inference_mode context manager.
  • The last step of a pipeline will be correctly updated if it is unsupervised, which wasn't the case before.
  • Fixed an edge-case where compose.TransformerProduct would not work when chained more than twice.

drift

linear_model

forest

multioutput

preprocessing

proba

stream

utils