v0.1.10
What's Changed
Changelog v0.1.10:
np.mean()
is replaced withnp.average()
to estimate the expected value of normal distribution- Finding classes and their count is done first in the
fit
method - Minor change in error messages
Changelog v0.1.10:
np.mean()
is replaced with np.average()
to estimate the expected value of normal distributionfit
method