We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81954a5 commit f56631dCopy full SHA for f56631d
1 file changed
libsvmdata/datasets.py
@@ -140,6 +140,8 @@
140
'w9a': 'binary/w9a',
141
'w9a_test': 'binary/w9a.t',
142
'webspam': 'binary/webspam_wc_normalized_trigram.svm.bz2',
143
+ 'YearPredictionMSD': 'regression/YearPredictionMSD.bz2',
144
+ 'YearPredictionMSD_test': 'regression/YearPredictionMSD.t.bz2',
145
'yeast': 'multilabel/yeast_train.svm.bz2',
146
'yeast_test': 'multilabel/yeast_test.svm.bz2',
147
}
@@ -273,6 +275,8 @@
273
275
'w9a': 300,
274
276
'w9a_test': 300,
277
'webspam': 16_609_143,
278
+ 'YearPredictionMSD': 90,
279
+ 'YearPredictionMSD_test': 90,
280
'yeast': 103,
281
'yeast_test': 103,
282
0 commit comments