scikit-learn/sklearn/tree
Alexandre Gramfort 5a58e56826 Merge pull request #5487 from arjoly/example-node
[MRG+1] Add an example and a method to analyse the decision tree stucture
2015-10-22 13:31:49 +02:00
..
tests Add an hardcoded test 2015-10-21 17:05:56 +02: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 rename decision_paths to decision_path 2015-10-21 17:05:56 +02:00
_tree.pxd ENH rename decision_paths to decision_path 2015-10-21 17:05:56 +02:00
_tree.pyx ENH rename decision_paths to decision_path 2015-10-21 17:05:56 +02: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 Merge pull request #5487 from arjoly/example-node 2015-10-22 13:31:49 +02:00