scikit-learn/sklearn/tree
Adam Li 67eb4e5c24
[MAINT] Separate unit tests in `test_tree.py` for pickling and min_impurity_decrease (#22915)
2022-03-25 10:41:45 +01:00
..
tests [MAINT] Separate unit tests in `test_tree.py` for pickling and min_impurity_decrease (#22915) 2022-03-25 10:41:45 +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 API Deprecate max_feature=`auto` for tree classes (#22476) 2022-03-23 17:59:23 +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 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