We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2faa5f commit 77fd9a9Copy full SHA for 77fd9a9
tpot/tests/test_estimators.py
@@ -74,7 +74,7 @@ def tpot_estimator():
74
75
@pytest.fixture
76
def tpot_classifier():
77
- return tpot.tpot_estimator.templates.TPOTClassifier(max_time_mins=10/60,verbose=0)
+ return tpot.tpot_estimator.templates.TPOTClassifier(max_time_mins=60/60,verbose=0)
78
79
80
def tpot_regressor():
0 commit comments