v0.5.1
v0.5.1 (2021-03-05)
This is a bug fix release.
Fixed
- The order of the reference and test dataset for the
TabularDrift
andChiSquareDrift
was reversed leading to incorrect test statistics - The implementation of
TabularDrift
andChiSquareDrift
were not accounting for the different sample sizes between reference and test datasets leading to incorrect test statistics - Bumped required
scipy
version to1.3.0
as older versions were missing thealternative
keyword argument forks_2samp
function