Skip to content

Commit

Permalink
Merge pull request #267 from IFCA/fix-mmd-chunk-kwargs
Browse files Browse the repository at this point in the history
Add missing MMD chunk_size in statistical kwargs
  • Loading branch information
jaime-cespedes-sisniega authored Aug 8, 2023
2 parents 9f82542 + 5f21fe9 commit 5f9c5ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frouros/detectors/data_drift/batch/distance_based/mmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def __init__( # noqa: D107
statistical_method=self._mmd,
statistical_kwargs={
"kernel": kernel,
"chunk_size": chunk_size,
},
callbacks=callbacks,
)
Expand Down

0 comments on commit 5f9c5ac

Please sign in to comment.