mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 20:38:07 +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:
@@ -20,6 +20,7 @@ def hash_data_config(data_config: dict) -> str:
|
||||
data_config["target_asset"].path
|
||||
+ data_config["target_asset"].file_name,
|
||||
data_config["load_non_target_asset"],
|
||||
data_config["start_date"],
|
||||
hash_feature_extractors(data_config["own_features"]),
|
||||
hash_feature_extractors(data_config["other_features"]),
|
||||
hash_feature_extractors(data_config["exogenous_features"]),
|
||||
|
||||
Reference in New Issue
Block a user