scikit-learn/sklearn/tree
Thomas J. Fan 77fbdd1c46
FIX Fixes plot_tree from going out of bounds (#21917)
2021-12-08 14:04:06 +01:00
..
tests Support cross 32bit/64bit pickles for decision tree (#21552) 2021-11-25 17:08:51 +01:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_classes.py MNT remove X_idx_sorted parameter in decision trees (#21593) 2021-11-08 08:08:43 +01: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 Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_export.py FIX Fixes plot_tree from going out of bounds (#21917) 2021-12-08 14:04:06 +01: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 Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
_tree.pxd MNT Clean deprecations for 1.0 | trees (#19336) 2021-06-15 18:18:47 +02:00
_tree.pyx Support cross 32bit/64bit pickles for decision tree (#21552) 2021-11-25 17:08:51 +01:00
_utils.pxd MNT Make modules private in neighbors (#15322) 2019-10-23 10:52:52 +02:00
_utils.pyx MNT Centralize common cython compiler directives (#21512) 2021-11-03 13:26:23 +01:00
setup.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00