Skip to content

Commit 5f9c5ac

Browse files
author
Jaime Céspedes Sisniega
authored
Merge pull request #267 from IFCA/fix-mmd-chunk-kwargs
Add missing MMD chunk_size in statistical kwargs
2 parents 9f82542 + 5f21fe9 commit 5f9c5ac

File tree

1 file changed

+1
-0
lines changed
  • frouros/detectors/data_drift/batch/distance_based

1 file changed

+1
-0
lines changed

frouros/detectors/data_drift/batch/distance_based/mmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def __init__( # noqa: D107
5858
statistical_method=self._mmd,
5959
statistical_kwargs={
6060
"kernel": kernel,
61+
"chunk_size": chunk_size,
6162
},
6263
callbacks=callbacks,
6364
)

0 commit comments

Comments
 (0)