Skip to content

Commit 3588a11

Browse files
committed
drop problematic epsilon dataset
1 parent 3f6da96 commit 3588a11

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

configs/regular/svm.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
"data": { "dataset": "ijcnn", "split_kwargs": { "train_size": 20000, "test_size": null } },
1515
"algorithm": { "estimator_params": { "C": 100.0, "kernel": "rbf" } }
1616
},
17-
{
18-
"data": { "dataset": "epsilon", "split_kwargs": { "train_size": 10000, "test_size": 10000 } },
19-
"algorithm": { "estimator_params": { "C": 1.0, "kernel": ["poly", "rbf"] } }
20-
},
2117
{
2218
"data": { "dataset": "gisette", "preprocessing_kwargs": { "normalize": false } },
2319
"algorithm": {

configs/regular/train_test_split.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"susy",
1111
"sift",
1212
"gist",
13-
"epsilon",
1413
"svhn"
1514
]
1615
}

configs/regular/xgboost_binary.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,6 @@
4242
}
4343
}
4444
},
45-
{
46-
"data": {
47-
"dataset": "epsilon",
48-
"split_kwargs": {
49-
"train_size": 10000,
50-
"test_size": 100000
51-
}
52-
},
53-
"algorithm": {
54-
"estimator_params": {
55-
"max_depth": 8,
56-
"colsample_bytree": 0.1,
57-
"colsample_bynode": 0.1,
58-
"n_estimators": 200
59-
}
60-
}
61-
},
6245
{
6346
"data": {
6447
"dataset": "gisette",

0 commit comments

Comments
 (0)