scikit-learn/sklearn/tree
Thomas J. Fan 786c4e5e39
DOC Adds feature_names_in_ to docstrings (#20787)
2021-08-26 13:44:45 +02:00
..
tests STY Removes trailing comma in lists for nicer black formatting (#20627) 2021-07-28 16:08:42 -07:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_classes.py DOC Adds feature_names_in_ to docstrings (#20787) 2021-08-26 13:44:45 +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