scikit-learn/sklearn/tree
Vivek Kumar a150d93078 Updated error message for max_leaf_nodes (#8975)
Solves #8964
2017-06-02 09:29:59 -07:00
..
tests [MRG+1] EHN add decimals parameter for export_graphviz (#8698) 2017-04-29 15:14:57 +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 [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
_utils.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
_utils.pyx DOC docstring of rand_int value range (#8777) 2017-04-22 22:47:55 +10:00
export.py [MRG+1] EHN add decimals parameter for export_graphviz (#8698) 2017-04-29 15:14:57 +02: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 Updated error message for max_leaf_nodes (#8975) 2017-06-02 09:29:59 -07:00