Is your feature request related to a problem? Please describe.
While other functions have a verbose argument, I've found that the evaluation bootstrap functions (e.g. eval_bootstrap_pattern) don't have one. Personally, I find it cluttering that some cell's output in a jupyter notebook are just this:
100%|██████████| 1000/1000 [00:01<00:00, 930.82it/s]
100%|██████████| 1000/1000 [00:01<00:00, 933.52it/s]
100%|██████████| 1000/1000 [00:01<00:00, 949.22it/s]
Describe the solution you'd like
It would be nice if one could also have a parameter that let's you control the progress bar for bootstrap functions.