Update IncrementalEnsemble.py
This commit is contained in:
parent
ec37b6bf9f
commit
3e88c94823
@ -45,7 +45,7 @@ class IncrementalEnsembleFTS(ensemble.EnsembleFTS):
|
|||||||
|
|
||||||
self.is_high_order = True
|
self.is_high_order = True
|
||||||
self.uod_clip = False
|
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):
|
def train(self, data, **kwargs):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user