scikit-learn/sklearn/tree
Guillaume Lemaitre b34751b7ed [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02:00
..
tests [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02: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 MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02: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 BUG Fix missing 'const' in a few memoryview declaration in trees. (#13626) 2019-04-16 07:08:04 -04:00
_tree.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_tree.pyx MNT Cleaning for fast partial dependence computation (#13738) 2019-05-03 09:00:25 +10:00
_utils.pxd MAINT Replace absolute imports with relative imports (#13653) 2019-04-17 12:45:14 -04:00
_utils.pyx BLD Fixes Cython cimport errors (#13754) 2019-05-01 16:58:48 +10:00
export.py DOC Fix more formatting inconsistencies (#13787) 2019-05-05 22:05:58 +08:00
setup.py Fix include .pxd definitions for sklearn.tree in wheels (#12381) 2018-10-31 09:39:23 +01:00
tree.py API: Estimator tags (#8022) 2019-02-23 22:54:41 +01:00