Update IncrementalEnsemble.py

This commit is contained in:
Petrônio Cândido de Lima e Silva 2019-02-27 14:33:15 -03:00 committed by GitHub
parent ec37b6bf9f
commit 3e88c94823
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ class IncrementalEnsembleFTS(ensemble.EnsembleFTS):
self.is_high_order = True
self.uod_clip = False
self.max_lag = self.window_length + self.max_lag
self.max_lag = self.window_length + self.order
def train(self, data, **kwargs):