Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX scikit-learn#1622: OPTIM: remove obsolete random_state instance i…
…n the Tree class The random_state instance is now directly handled by the Splitter class, there is no need to store it as an attribute of the cython Tree class anymore. This significantly speeds up the time of unpickling the trees by not having to reconstruct pickled numpy.random.RandomState instances.
- Loading branch information