mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-15 20:08:08 +00:00
feat(Transformations): added Transformations abstraction & handling in walk_forward_train() & inference() (#161)
* feat(Transformations): added Transformations abstraction & handling in walk_forward_train() & inference() * fix(WalkForward): use Dataframes to call Transformation.fit_transform() * feat(WalkForward): restored option for models to recieve unscaled data * fix(Transformations): output DataFrame as expected * fix(Tests): missing new property
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ class StaticAverageModel(Model):
|
||||
Model that averages .
|
||||
'''
|
||||
|
||||
data_scaling = 'unscaled'
|
||||
data_transformation = 'original'
|
||||
only_column = 'model_'
|
||||
feature_selection = 'off'
|
||||
model_type = 'static'
|
||||
|
||||
Reference in New Issue
Block a user