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. |
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| _tree.c | ||
| _tree.pxd | ||
| _tree.pyx | ||
| export.py | ||
| setup.py | ||
| tree.py | ||