Is your feature request related to a problem? Please describe.
It would be more accurate to use bootstrap when calculating confidence interval
Describe the solution you'd like
A function which have a feature, target, n_boot and seed as input, where feature and target is either a pd.series or np.array. should return confidence interval.
Is your feature request related to a problem? Please describe.
It would be more accurate to use bootstrap when calculating confidence interval
Describe the solution you'd like
A function which have a feature, target, n_boot and seed as input, where feature and target is either a pd.series or np.array. should return confidence interval.