Skip to content

Commit 0ce10ea

Browse files
committed
remove year_prediction_msd from regular runs
1 parent 80ec38e commit 0ce10ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

configs/regular/svm.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
}
3737
],
3838
"svr datasets": [
39-
{
40-
"data": { "dataset": "year_prediction_msd", "split_kwargs": { "train_size": 20000, "test_size": null } },
41-
"algorithm": { "estimator_params": { "C": 1.0, "kernel": "rbf" } }
42-
},
4339
{
4440
"data": { "dataset": "fried", "split_kwargs": { "train_size": 0.5, "test_size": 0.5 } },
4541
"algorithm": { "estimator_params": { "C": 2.0, "kernel": "rbf" } }
@@ -84,10 +80,6 @@
8480
}
8581
],
8682
"nusvr datasets": [
87-
{
88-
"data": { "dataset": "year_prediction_msd", "split_kwargs": { "train_size": 20000, "test_size": null } },
89-
"algorithm": { "estimator_params": { "C": 1.0, "kernel": "rbf" } }
90-
},
9183
{
9284
"data": { "dataset": "twodplanes", "split_kwargs": { "train_size": 25000, "test_size": null } },
9385
"algorithm": { "estimator_params": { "C": 1.0, "kernel": ["linear", "poly", "rbf"] } }

0 commit comments

Comments
 (0)