bootstrapped
bootstrapped copied to clipboard
Using this utility on multi-dimensional data
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.
+1 - the example being a ROC curve. Thanks!