scikit-learn/sklearn/tree
Olivier Grisel 9db5deeb2f Merge pull request #5113 from fzalkow/master
[MRG + 1] added a string for FriedmanMSE (instead impurity) when exporting a do…
2015-08-17 16:16:38 +02:00
..
tests Merge pull request #5113 from fzalkow/master 2015-08-17 16:16:38 +02:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_tree.c PEP257 adhered to closer 2015-07-23 13:16:26 +02:00
_tree.pxd FIX: add except* in Splitter.init definitions 2015-02-23 08:19:10 +01:00
_tree.pyx DOC: fixes to _tree.pyx 2015-07-31 09:31:33 +02:00
_utils.c FIX: add except* in Splitter.init definitions 2015-02-23 08:19:10 +01:00
_utils.pxd FIX: Set correct impurity values in BestFirstBuilder 2014-04-10 20:27:37 +02:00
_utils.pyx MAINT reduce amount of boiler code using standard C operations 2014-06-19 20:13:59 +02:00
export.py added a test and reverted string to friedman_mse 2015-08-14 11:31:42 +02:00
setup.py moved data structures (Stack + Heap) to _utils 2013-11-22 15:33:59 +01:00
tree.py note about variance reduction 2015-07-11 16:03:20 -04:00