mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-24 00:08:10 +00:00
fix(FeatureExtractor): use a rolling z-score instead of StandardScaler with unavoidable lookahead bias (#146)
* fix(FeatureExtractor): use a rolling z-score instead of StandardScaler with unavoidable lookahead bias * chore(Archive): removed archived models * fix(FeatureExtractors): syntax * fix(FeatureExtractors): mistake with expanding window
This commit is contained in:
+1
-1
@@ -52,4 +52,4 @@ parameters:
|
||||
other_features:
|
||||
value: ['level_2', 'lags_up_to_5']
|
||||
exogenous_features:
|
||||
value: ['standard_scaling']
|
||||
value: ['z_score']
|
||||
|
||||
Reference in New Issue
Block a user