The JSDivergenceShift class in symmetric_shift.py has a bad doc string. It has parameters that are not accepted by the init (eg, type2score_1, type2score_2, and reference_value), and it's missing arguments that are accepted (eg, base, weight_1, weight_2, alpha)
I just pip installed and got version 0.1.2
The
JSDivergenceShift
class insymmetric_shift.py
has a bad doc string. It has parameters that are not accepted by the init (eg, type2score_1, type2score_2, and reference_value), and it's missing arguments that are accepted (eg, base, weight_1, weight_2, alpha)