mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-13 02:48:07 +00:00
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:
co-authored by
Mark Aron Szulyovszky
parent
ee35332f58
commit
087b72714e
@@ -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__()
|
||||
|
||||
Reference in New Issue
Block a user