Users
Developers
About
sktime.forecasting.online_learning.
OnlineEnsembleForecaster
Online Updating Ensemble of forecasters
ensemble_algorithm (ensemble algorithm) –
forecasters (list of (str, estimator) tuples) –
n_jobs (int or None, optional (default=None)) – The number of jobs to run in parallel for fit. None means 1 unless in a joblib.parallel_backend context. -1 means using all processors.
__init__
Initialize self. See help(type(self)) for accurate signature.