refractor(Pipeline): Tiny refractor of code. (#111)

* ref: Refractored pipeline building.

* fix(Tests)

Co-authored-by: Mark Aron Szulyovszky <mark.szulyovszky@gmail.com>
This commit is contained in:
Daniel Szemerey
2022-01-05 18:35:52 +01:00
committed by GitHub
co-authored by Mark Aron Szulyovszky
parent ee35332f58
commit 087b72714e
5 changed files with 35 additions and 10 deletions
+2
View File
@@ -35,6 +35,8 @@ class IncrementingStubModel(Model):
data_scaling = "unscaled"
only_column = None
predict_window_size = 'single_timestamp'
def __init__(self, window_length) -> None:
super().__init__()