mirror of
https://github.com/webclinic017/drift.git
synced 2026-08-16 20:38:07 +00:00
refactor(Project): removed regression method (we can still use regression models, but we'll need map them to classification later) (#182)
* refactor(Project): removed regression method (we can still use regression models, but we'll need map them to classes later) * fix(Training): removed mistakenly left in `method` parameter
This commit is contained in:
@@ -18,7 +18,6 @@ def hash_data_config(data_config: dict) -> str:
|
||||
hash_feature_extractors(data_config['other_features']),
|
||||
hash_feature_extractors(data_config['exogenous_features']),
|
||||
data_config['index_column'],
|
||||
data_config['method'],
|
||||
data_config['no_of_classes'],
|
||||
data_config['narrow_format']
|
||||
]))
|
||||
|
||||
Reference in New Issue
Block a user