scikit-learn/sklearn/tree
Loïc Estève 846313b570 [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
..
tests [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
__init__.py ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00
_criterion.pxd [MRG+3] FIX Memory leak in MAE; Use safe_realloc; Acquire GIL only when raising; Propagate all errors to python interpreter level (#7811) (#8002) 2017-01-19 00:58:16 +01:00
_criterion.pyx [MRG+3] FIX Memory leak in MAE; Use safe_realloc; Acquire GIL only when raising; Propagate all errors to python interpreter level (#7811) (#8002) 2017-01-19 00:58:16 +01:00
_splitter.pxd [MRG+3] FIX Memory leak in MAE; Use safe_realloc; Acquire GIL only when raising; Propagate all errors to python interpreter level (#7811) (#8002) 2017-01-19 00:58:16 +01:00
_splitter.pyx [MRG+3] FIX Memory leak in MAE; Use safe_realloc; Acquire GIL only when raising; Propagate all errors to python interpreter level (#7811) (#8002) 2017-01-19 00:58:16 +01:00
_tree.pxd [MRG+1] ENH/FIX Introduce min_impurity_decrease param for early stopping based on impurity; Deprecate min_impurity_split (#8449) 2017-04-03 09:38:53 -07:00
_tree.pyx Fix typos (#9205) 2017-06-23 11:43:46 +02:00
_utils.pxd FIX t-SNE memory usage and many other optimizer issues (#9032) 2017-07-12 22:56:02 +02:00
_utils.pyx DOC docstring of rand_int value range (#8777) 2017-04-22 22:47:55 +10:00
export.py added tree of type "regressor" to the docstring of exportviz (#9530) 2017-08-11 16:06:30 -04:00
setup.py [MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719) 2016-11-02 22:57:04 +11:00
tree.py Use base.is_classifier instead instead of isinstance (#9482) 2017-08-08 14:36:03 +02:00