Skip to content

Commit 3302212

Browse files
dbscan
1 parent 08f0aa8 commit 3302212

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

configs/regular/batch_for_online.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"INCLUDE": ["../common/sklearn.json"],
33
"PARAMETERS_SETS": {
4-
"common": {"bench": {"n_runs": 10, "time_limit": 60}},
4+
"common": {"bench": {"n_runs": 10}},
55
"basic_statistics data": {
66
"data": {
77
"source": "make_blobs",
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"INCLUDE": ["../../common/sklearn.json", "../../regular/dbscan.json", "large_scale.json"],
3+
"PARAMETERS_SETS": {
4+
"spmd dbscan parameters": {
5+
"algorithm": {
6+
"estimator": "DBSCAN",
7+
"estimator_methods": {
8+
"training": "fit"
9+
}
10+
},
11+
"data": {
12+
"dtype": "float64"
13+
}
14+
},
15+
"synthetic dataset": {
16+
"data": [
17+
{ "source": "make_blobs", "generation_kwargs": { "n_samples": 100000, "n_features": 10, "centers": 10 }, "algorithm": { "eps": 5, "min_samples": 5 } }
18+
]
19+
}
20+
},
21+
"TEMPLATES": {
22+
"dbscan": {
23+
"SETS": [
24+
"synthetic dataset",
25+
"sklearnex spmd implementation",
26+
"large scale strong 32 parameters",
27+
"spmd dbscan parameters"
28+
]
29+
}
30+
}
31+
}

configs/spmd/large_scale/kmeans_strong.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"SETS": [
2424
"synthetic data",
2525
"sklearnex spmd implementation",
26-
"large scale strong 2k parameters",
26+
"large scale strong 32 parameters",
2727
"spmd kmeans parameters"
2828
]
2929
}

0 commit comments

Comments
 (0)