Skip to content

Commit 29ea288

Browse files
cov regular prev
1 parent d172d2a commit 29ea288

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

configs/regular/batch_for_online.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@
4545
}
4646
]
4747
},
48+
"covariance": {
49+
"algorithm": [
50+
{
51+
"estimator": "EmpiricalCovariance",
52+
"library": "sklearnex.preview.covariance",
53+
"estimator_methods": {"training": "fit"}
54+
}
55+
]
56+
},
4857
"linear_regression": {
4958
"algorithm": [
5059
{
@@ -66,6 +75,7 @@
6675
},
6776
"TEMPLATES": {
6877
"basic_statistics": {"SETS": ["common", "basic_statistics", "basic_statistics data", "sklearn-ex[gpu] implementations"]},
78+
"covariance": {"SETS": ["common", "basic_statistics data", "sklearn-ex[gpu] implementations", "covariance"]},
6979
"linear_regression": {
7080
"SETS": ["common", "linear_regression", "linear_regression data", "sklearn-ex[gpu] implementations"]
7181
},

0 commit comments

Comments
 (0)