astrogilda / tsbootstrap

tsbootstrap: generate bootstrapped time series samples in Python
https://tsbootstrap.readthedocs.io/en/latest/
MIT License
65 stars 5 forks source link

Enable multi-processing #149

Closed astrogilda closed 2 months ago

astrogilda commented 2 months ago

Is your feature request related to a problem? Please describe. generating bootstrapped samples for large n_bootstraps could potentially be slow.

Describe the solution you'd like leverage the multiprocessing library to parallelize operations