mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 12:28:09 +00:00
refactor(Training): use date indexes instead of integers, need this to prepare for Events (#185)
This commit is contained in:
@@ -17,6 +17,5 @@ def hash_data_config(data_config: dict) -> str:
|
||||
hash_feature_extractors(data_config['own_features']),
|
||||
hash_feature_extractors(data_config['other_features']),
|
||||
hash_feature_extractors(data_config['exogenous_features']),
|
||||
data_config['index_column'],
|
||||
data_config['no_of_classes'],
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user