8000 More parametrizations · scikit-learn/scikit-learn@639488c · GitHub
[go: up one dir, main page]

Skip to content

Commit 639488c

Browse files
committed
More parametrizations
1 parent 978a5f9 commit 639488c

File tree

17 files changed

+870
-878
lines changed

17 files changed

+870
-878
lines changed

sklearn/ensemble/tests/test_forest.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,7 @@
9797
FOREST_ESTIMATORS.update(FOREST_REGRESSORS)
9898
FOREST_ESTIMATORS.update(FOREST_TRANSFORMERS)
9999

100-
FOREST_CLASSIFIERS_REGRESSORS = dict()
101-
FOREST_CLASSIFIERS_REGRESSORS.update(FOREST_CLASSIFIERS)
102-
FOREST_CLASSIFIERS_REGRESSORS.update(FOREST_REGRESSORS)
100+
FOREST_CLASSIFIERS_REGRESSORS = dict(FOREST_CLASSIFIERS, **FOREST_REGRESSORS)
103101

104102

105103
def check_classification_toy(name):

0 commit comments

Comments
 (0)
0