We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd8501e + 4cf96e7 commit bc337acCopy full SHA for bc337ac
test/integration_tests/test_architecture.py
@@ -23,7 +23,7 @@ def setUpClass(cls) -> None:
23
cls.classification = 'classification'
24
25
if cls.test_multiple_hyperpipes:
26
- optimizer_list = ['random_grid_search', 'sk_opt']
+ optimizer_list = ['random_grid_search']
27
eval_final_performance_list = [True, False]
28
inner_cv_list = [KFold(n_splits=3, shuffle=True), ShuffleSplit(n_splits=1, test_size=.2)]
29
outer_cv_list = [None, KFold(n_splits=3, shuffle=True), ShuffleSplit(n_splits=1, test_size=.25)]
0 commit comments