sktime / skpro

A unified framework for tabular probabilistic regression and probability distributions in python
https://skpro.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
231 stars 45 forks source link

[ENH] online refitting strategy after N data points #469

Open fkiraly opened 1 day ago

fkiraly commented 1 day ago

Adds an online fitting strategy that calls update of a wrapped regressor only after N new data points have been seen.