File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Expand file tree Collapse file tree 1 file changed +0
-36
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
- "include-y" : [" " ],
212
- "train-size" : [0.75 ],
213
- "test-size" : [0.25 ]
214
- },
215
179
{
216
180
"lib" : [" xgboost" ],
217
181
"algorithm" : " gbt" ,
You can’t perform that action at this time.
0 commit comments