zalando / expan

Open-source Python library for statistical analysis of randomised control trials (A/B tests)
MIT License
335 stars 50 forks source link

Improve binning performance #135

Closed gbordyugov closed 7 years ago

gbordyugov commented 7 years ago

Rewrite binning.CategoricalBinning._get_binning_categorical using a min-heap.

Around those lines: https://github.com/zalando/expan/blob/dev/expan/core/binning.py#L96

gbordyugov commented 7 years ago

absorbed into https://github.com/zalando/expan/issues/136