scikit-learn/sklearn/tree
Lucy Jiménez 338ae8e5d8
fix docs DecisionTreeClassifier (#20399)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2021-06-30 00:33:29 +02:00
..
tests STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_classes.py fix docs DecisionTreeClassifier (#20399) 2021-06-30 00:33:29 +02:00
_criterion.pxd MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_criterion.pyx MNT change 0.25 to 1.0 and 0.26 to 1.1 in deprecation messages (#19005) 2020-12-18 16:09:19 +00:00
_export.py STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
_reingold_tilford.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_splitter.pxd MNT Deprecate X_idx_sorted in tree module (#17614) 2020-06-17 13:58:47 -04:00
_splitter.pyx MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_tree.pxd MNT Clean deprecations for 1.0 | trees (#19336) 2021-06-15 18:18:47 +02:00
_tree.pyx MNT Clean deprecations for 1.0 | trees (#19336) 2021-06-15 18:18:47 +02: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 Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00