mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-19 22:08:11 +00:00
feat(Config): added start_date property (#245)
* refactor(Training): remove non-expanding window option * feat(Config): added `start_date` property * fix(Inference): added start_date here as well * fix(Linter): ran
This commit is contained in:
@@ -14,6 +14,7 @@ def get_default_config() -> RawConfig:
|
||||
meta_models = ["LogisticRegression_two_class", "LGBM"]
|
||||
|
||||
return RawConfig(
|
||||
start_date=None,
|
||||
dimensionality_reduction_ratio=0.5,
|
||||
n_features_to_select=50,
|
||||
initial_window_size=3800,
|
||||
|
||||
Reference in New Issue
Block a user