Skip to content

Commit f0e6032

Browse files
committed
Remove train_test_split in config example
1 parent 9e90077 commit f0e6032

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

config_example.json

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -176,42 +176,6 @@
176176
"max-cache-size": [4],
177177
"kernel": ["rbf"]
178178
},
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-
},
215179
{
216180
"lib": ["xgboost"],
217181
"algorithm": "gbt",

0 commit comments

Comments
 (0)