добавить в блокнот research часть про фильтрацию признаков с помощью SequentialFeatureSelector
Этот коммит содержится в:
0
iis_project/mlxtend_utils/__init__.py
Обычный файл
0
iis_project/mlxtend_utils/__init__.py
Обычный файл
3
iis_project/mlxtend_utils/feature_selection.py
Обычный файл
3
iis_project/mlxtend_utils/feature_selection.py
Обычный файл
@@ -0,0 +1,3 @@
|
||||
SEQUENTIAL_FEATURE_SELECTOR_PARAMS_COMMON_INCLUDE = [
|
||||
'k_features', 'forward', 'floating', 'scoring', 'cv', 'fixed_features', 'feature_groups',
|
||||
]
|
||||
Ссылка в новой задаче
Block a user