v1.7.0
- Added parallelization for bootstrapping. You need to set the
n_jobs=-1
Although this speeds up the computation time significantly, at random times it also results in a RuntimeWarning: invalid value encountered.
If that is the case, simply set n_jobs=1
.