scikit-learn/sklearn/tree
Nelle Varoquaux e3a764db5e FIX backward compatibility was broken 2013-07-29 03:06:58 +02:00
..
tests FIX backward compatibility was broken 2013-07-29 03:06:58 +02:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_tree.c FIX for MSVC inline fmin, fmax and log2 2013-07-29 01:59:30 +02:00
_tree.pxd DOC: some documentation for the Tree Cython structure 2013-07-25 09:40:26 +02:00
_tree.pyx FIX for MSVC inline fmin, fmax and log2 2013-07-29 01:59:30 +02:00
export.py TST skip Graphviz export docstring in trees 2013-07-22 15:18:18 +02:00
setup.py FIX inline rand_r to fix build on Windows 2013-07-26 17:55:14 +02:00
tree.py much better input validation, test that warning is raised on (n_samples, 1) y 2013-07-28 16:08:16 +02:00