scikit-learn/sklearn/tree
Alexandre Batisse 0db80b90c7
FIX support of float32 read only input in trees (#16331)
2020-02-01 15:08:22 +01:00
..
tests FIX support of float32 read only input in trees (#16331) 2020-02-01 15:08:22 +01:00
__init__.py MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
_classes.py DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01: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
_export.py ENH Improve error message for not fitted trees in plot_tree (#16253) 2020-01-29 10:33:42 +01:00
_reingold_tilford.py re-license tree._reingold_tilford as BSD (#15070) 2019-09-23 22:47:11 +02:00
_splitter.pxd MNT deprecating presort in DecisionTree* and GradeintBoosting* (#14907) 2019-09-10 20:39:52 +02:00
_splitter.pyx MNT deprecating presort in DecisionTree* and GradeintBoosting* (#14907) 2019-09-10 20:39:52 +02:00
_tree.pxd MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_tree.pyx FIX support of float32 read only input in trees (#16331) 2020-02-01 15:08:22 +01:00
_utils.pxd MNT Make modules private in neighbors (#15322) 2019-10-23 10:52:52 +02:00
_utils.pyx MAINT Fix GCC warnings from Cython (#14077) 2019-07-01 18:55:29 +02:00
setup.py MNT Include all pxd files in the package (#15626) 2019-11-26 17:37:26 +01:00