scikit-learn/sklearn/tree
xcjason af2bad4f34 Update parameter description in sklearn/tree/_criterion.pyx (#14750) 2019-08-24 12:27:10 -04:00
..
tests Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04:00
__init__.py Fix spacing and formatting inconsistencies (#13747) 2019-05-02 01:29:49 +10:00
_criterion.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_criterion.pyx Update parameter description in sklearn/tree/_criterion.pyx (#14750) 2019-08-24 12:27:10 -04:00
_reingold_tilford.py MAINT Run pyupgrade following Python2 deprecation (#12997) 2019-02-08 20:13:34 +08:00
_splitter.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_splitter.pyx DOC Update parameter description in sklearn/tree/_splitter.pyx (#14751) 2019-08-24 12:05:59 -04:00
_tree.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_tree.pyx Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04:00
_utils.pxd MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_utils.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
export.py MAINT simplify check_is_fitted to use any fitted attributes (#14545) 2019-08-13 22:09:07 +02:00
setup.py Fix include .pxd definitions for sklearn.tree in wheels (#12381) 2018-10-31 09:39:23 +01:00
tree.py Add Minimal Cost-Complexity Pruning to Decision Trees (#12887) 2019-08-20 09:02:45 -04:00