Skip to content

Commit

Permalink
fix sklearn parameter error
Browse files Browse the repository at this point in the history
  • Loading branch information
janvanrijn committed Mar 27, 2017
1 parent ff2fa4b commit 62a71eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_setups/test_setup_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_existing_setup_exists(self):
from sklearn.tree import DecisionTreeClassifier
# first publish a nonexiting flow
bagging = BaggingClassifier(DecisionTreeClassifier(max_depth=5,
min_samples_split=1),
min_samples_split=3),
n_estimators=3,
max_samples=0.5)
flow = openml.flows.sklearn_to_flow(bagging)
Expand Down

0 comments on commit 62a71eb

Please sign in to comment.