scikit-learn/sklearn/tree
CeShine Lee 0e1fd12d1e DOC Correction: max_depth is effective when max_leaf_nodes is not None (#7183) 2016-08-17 07:57:05 +10:00
..
tests FIX broken test when run with arch -i386 on OSX 2016-08-16 17:45:51 +02:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_criterion.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_criterion.pyx [MRG+3] Add mean absolute error splitting criterion to DecisionTreeRegressor (#6667) 2016-07-25 08:44:59 +02:00
_splitter.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_splitter.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_tree.pxd [MRG+1] feature: add beta-threshold early stopping for decision tree growth (#6954) 2016-07-27 17:46:49 +02:00
_tree.pyx DOC Correction: max_depth is effective when max_leaf_nodes is not None (#7183) 2016-08-17 07:57:05 +10:00
_utils.pxd [MRG+3] Add mean absolute error splitting criterion to DecisionTreeRegressor (#6667) 2016-07-25 08:44:59 +02:00
_utils.pyx [MRG+3] Add mean absolute error splitting criterion to DecisionTreeRegressor (#6667) 2016-07-25 08:44:59 +02:00
export.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
setup.py ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
tree.py DOC Correction: max_depth is effective when max_leaf_nodes is not None (#7183) 2016-08-17 07:57:05 +10:00