-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathtrain_test_split.json
More file actions
46 lines (46 loc) · 1.38 KB
/
train_test_split.json
File metadata and controls
46 lines (46 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"INCLUDE": ["../common/sklearn.json", "../common/train_test_split.json"],
"PARAMETERS_SETS": {
"train_test_split datasets": [
{
"data": {
"dataset": [
"road_network",
"codrnanorm",
"susy",
"sift",
"gist",
"svhn"
]
}
},
{
"data": {
"source": "make_regression",
"generation_kwargs": [
{ "n_samples": 20000000, "n_features": 5 },
{ "n_samples": 5000000, "n_features": 50 },
{ "n_samples": 1000000, "n_features": 500 },
{ "n_samples": 100000, "n_features": 5000 }
]
}
}
]
},
"TEMPLATES": {
"sklearn train_test_split": {
"SETS": [
"sklearn-ex[cpu] implementations",
"train_test_split parameters",
"train_test_split datasets"
]
},
"cuml train_test_split": {
"SETS": [
"cuml implementation",
"train_test_split parameters",
"train_test_split datasets"
]
}
}
}