rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.86k stars 857 forks source link

The no_information_rate function of the .632+ bootstrap consumes too much memory #754

Open rasbt opened 3 years ago

rasbt commented 3 years ago

Currently, the no_information_rate function in bootstrap_point632.py consumes too much memory if the dataset is moderately large. Needs to be improved.