You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 2, 2021. It is now read-only.
Thanks for the package! Looks really useful for A/B tests that I'm running.
I tried to run your example code
I executed the following line: print(bs.bootstrap_ab(test, ctrl, bs_stats.mean, bs_compare.percent_change))
and it consumed a few GB of memory before having an exception of MemoryError.
I'm on Ubuntu 16.04, python 2.7, tell me any other specs you need.
Any guess what is going wrong?