Skip to content

Commit 3e4333e

Browse files
batch vs online fix
1 parent 2377a9e commit 3e4333e

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

configs/regular/batch_for_online.json

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22
"INCLUDE": ["./common/sklearn.json"],
33
"PARAMETERS_SETS": {
44
"common": {"bench": {"n_runs": 10, "time_limit": 60}},
5-
"covariance data": {
6-
"data": [
7-
{
8-
"source": "make_blobs",
9-
"generation_kwargs": {
10-
"centers": 1,
11-
"n_samples": 1200000,
12-
"n_features": [10, 100]
13-
},
14-
"split_kwargs": {"ignore": true}
15-
}
16-
]
17-
},
185
"basic_statistics data": {
196
"data": {
207
"source": "make_blobs",
@@ -49,15 +36,6 @@
4936
"split_kwargs": {"ignore": true}
5037
}
5138
},
52-
"covariance": {
53-
"algorithm": [
54-
{
55-
"estimator": "EmpiricalCovariance",
56-
"library": "sklearnex.covariance",
57-
"estimator_methods": {"training": "fit"}
58-
}
59-
]
60-
},
6139
"basic_statistics": {
6240
"algorithm": [
6341
{
@@ -79,7 +57,7 @@
7957
"pca": {
8058
"algorithm": [
8159
{
82-
"estimator": "IncrementalPCA",
60+
"estimator": "PCA",
8361
"library": "sklearnex.decomposition",
8462
"estimator_methods": {"training": "fit"}
8563
}
@@ -88,7 +66,6 @@
8866
},
8967
"TEMPLATES": {
9068
"basic_statistics": {"SETS": ["common", "basic_statistics", "basic_statistics data", "sklearn-ex[gpu] implementations"]},
91-
"covariance": {"SETS": ["common", "covariance", "covariance data", "sklearn-ex[gpu] implementations"]},
9269
"linear_regression": {
9370
"SETS": ["common", "linear_regression", "linear_regression data", "sklearn-ex[gpu] implementations"]
9471
},

0 commit comments

Comments
 (0)