Ofir Reich
Ofir Reich
Thanks so much for the Colab support! Works great. One issue I have is that in Colab dark theme (Tools -> Settings -> Theme: dark) the itable does not fully...
There is no way to set the default numeric colormap, it is always `'cubehelix'`. You can set the default _categorical_ colormap using e.g. `sns.set_palette(palette='Set1')`. However, the default numeric color palette...
``` for i in tqdm.trange(10): time.sleep(0.3) 0%| | 0/10 [00:00
Thanks for the package! Looks really useful for A/B tests that I'm running. I tried to run your [example code](https://github.com/facebookincubator/bootstrapped/blob/master/examples/bootstrap_ab_testing.ipynb) I executed the following line: `print(bs.bootstrap_ab(test, ctrl, bs_stats.mean, bs_compare.percent_change))` and...