scikit-learn/sklearn/tree
dbauer9 b0c5a008d6 DOC improve random_state docstring in for tree-based models (#15264) 2020-01-08 16:11:24 +01:00
..
tests MNT Removed deprecated attributes and parameters -- ctnd (#15804) 2019-12-13 15:05:51 -05:00
__init__.py MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00
_classes.py DOC improve random_state docstring in for tree-based models (#15264) 2020-01-08 16:11:24 +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 MNT Deprecate unused 'rotate' parameter in tree.plot_tree. (#15806) 2019-12-07 18:36:40 +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 MAINT Use C99 functions from Cython (#15098) 2019-09-28 23:19:31 -04: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