Skip to content

v1.7.0

Compare
Choose a tag to compare
@erdogant erdogant released this 19 Oct 20:45
· 17 commits to master since this release
  • 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.