facebookarchive / bootstrapped

Generate bootstrapped confidence intervals for A/B testing in Python.
Other
634 stars 101 forks source link

Using this utility on multi-dimensional data #34

Open neerajww opened 4 years ago

neerajww commented 4 years ago

Hi Folks,

I am trying to use this on X (m x n) as follows:

mean_results = bs.bootstrap(X, stat_func=bs_stats.mean)

Is there an axis parameter to say along which dimension to bootstrap X.

jtlz2 commented 4 years ago

+1 - the example being a ROC curve. Thanks!