scikit-learn/sklearn/tree
Thomas J. Fan 4cf932d98e
ENH Use simultaenous sort in tree splitter (#22868)
2022-03-21 16:53:45 +01:00
..
tests MNT Update black to stable version (#22474) 2022-02-15 11:36:26 +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 MAINT Use check_scalar in BaseGradientBoosting (#21632) 2022-02-07 15:32:22 -05:00
_criterion.pxd MNT remove duplicated call to children_impurity() in tree code (#18203) 2020-08-21 10:32:30 +02:00
_criterion.pyx FIX poisson proxy_impurity_improvement (#22191) 2022-01-26 14:52:27 +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 ENH Use simultaenous sort in tree splitter (#22868) 2022-03-21 16:53:45 +01:00
_tree.pxd MNT Clean deprecations for 1.0 | trees (#19336) 2021-06-15 18:18:47 +02:00
_tree.pyx MNT Replace PriorityHeap with cpp heap methods in trees (#22630) 2022-03-03 10:32:44 +01:00
_utils.pxd MNT Replace PriorityHeap with cpp heap methods in trees (#22630) 2022-03-03 10:32:44 +01:00
_utils.pyx MNT Replace PriorityHeap with cpp heap methods in trees (#22630) 2022-03-03 10:32:44 +01:00
setup.py MNT Use C++ stack instead of implementing our own in trees (#22328) 2022-02-25 17:54:54 +01:00