bootstrapped icon indicating copy to clipboard operation
bootstrapped copied to clipboard

Using this utility on multi-dimensional data

Open neerajww opened this issue 6 years ago • 1 comments

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.

neerajww avatar Feb 20 '20 21:02 neerajww

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

jtlz2 avatar Apr 28 '20 13:04 jtlz2