Unreleased¶
stats¶
- Added
update_manymethod tostats.PearsonCorr. - Changed the calculation of the Kuiper statistic in
base.KolmogorovSmirnovto correspond to the reference implementation. The Kuiper statistic uses the difference between the maximum value and the minimum value. - Refactored
benchmarksand added plotly dependency for interactive plots
tree¶
- Added handling for division by zero in
tree.hoeffding_treefor leaf size estimation.