File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 176
176
"max-cache-size" : [4 ],
177
177
"kernel" : [" rbf" ]
178
178
},
179
+ {
180
+ "lib" : [" sklearn" ],
181
+ "algorithm" : " train_test_split" ,
182
+ "dataset" : [
183
+ {
184
+ "source" : " synthetic" ,
185
+ "type" : " classification" ,
186
+ "n_classes" : 2 ,
187
+ "n_features" : 20 ,
188
+ "training" : {
189
+ "n_samples" : 500000
190
+ }
191
+ },
192
+ {
193
+ "source" : " synthetic" ,
194
+ "type" : " classification" ,
195
+ "n_classes" : 2 ,
196
+ "n_features" : 100 ,
197
+ "training" : {
198
+ "n_samples" : 100000
199
+ }
200
+ },
201
+ {
202
+ "source" : " synthetic" ,
203
+ "type" : " classification" ,
204
+ "n_classes" : 2 ,
205
+ "n_features" : 5000 ,
206
+ "training" : {
207
+ "n_samples" : 5000
208
+ }
209
+ }
210
+ ],
211
+ "shuffle" : [" " ],
212
+ "include-y" : [" " ],
213
+ "train-size" : [0.75 ],
214
+ "test-size" : [0.25 ]
215
+ },
179
216
{
180
217
"lib" : [" xgboost" ],
181
218
"algorithm" : " gbt" ,
You can’t perform that action at this time.
0 commit comments