scikit-learn/sklearn/tree
Jiali Mei 85223b9bcc a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
..
tests 1. Added parameter prefit to pass in a fitted estimator. 2015-10-09 01:57:36 -04:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_criterion.c ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_criterion.pxd DOC: better docstring for sum_total 2015-09-22 09:33:59 +02:00
_criterion.pyx FIX criterion variable names 2015-09-23 11:20:01 -07:00
_splitter.c ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_splitter.pxd ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_splitter.pyx ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_tree.c ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_tree.pxd ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_tree.pyx ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_utils.c ENH gbt sparse support 2015-09-28 13:44:12 -07:00
_utils.pxd ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
_utils.pyx ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
export.py ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
setup.py ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
tree.py a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00