scikit-learn/sklearn/tree
Gilles Louppe d0c3395720 ENH: small optimization in PresortBestSplitter 2013-10-04 13:30:53 +02:00
..
tests Merge pull request #2442 from glouppe/tree-shuffle 2013-09-24 13:38:37 -07:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_tree.c ENH: small optimization in PresortBestSplitter 2013-10-04 13:30:53 +02:00
_tree.pxd FIX: random number generator 2013-09-22 19:35:18 +02:00
_tree.pyx ENH: small optimization in PresortBestSplitter 2013-10-04 13:30:53 +02:00
export.py ENH reduce memory overhead of storing tree ensemble 2013-09-12 14:25:49 +02:00
setup.py FIX inline rand_r to fix build on Windows 2013-07-26 17:55:14 +02:00
tree.py ENH: added PresortBestSplitter 2013-09-21 18:26:28 +02:00