Skip to content

Commit fc4ad2b

Browse files
committed
Add covariance module to incremental config
1 parent b5ad233 commit fc4ad2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/incremental.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"algorithm": [
3131
{
3232
"estimator": "IncrementalEmpiricalCovariance",
33-
"library": "sklearnex",
33+
"library": "sklearnex.covariance",
3434
"estimator_methods": {"training": "partial_fit"},
3535
"num_batches": {"training": 2}
3636
}

0 commit comments

Comments
 (0)