Update IncrementalEnsemble.py

This commit is contained in:
Petrônio Cândido de Lima e Silva 2019-02-27 14:28:37 -03:00 committed by GitHub
parent 912cb07b6f
commit ec37b6bf9f
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.max_lag
def train(self, data, **kwargs):