scikit-learn/sklearn/tree
Olivier Grisel 1fbf5fb317
TST Speed up some of the slowest tests (#27383)
2023-09-16 11:09:15 +02:00
..
tests TST Speed up some of the slowest tests (#27383) 2023-09-16 11:09:15 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_classes.py ENH Adds support for missing values in Random Forest (#26391) 2023-07-27 16:37:20 +00:00
_criterion.pxd ENH Monotonic Contraints for Tree-based models (#13649) 2023-07-01 13:46:12 +02:00
_criterion.pyx MAINT fix cython 3 compilation errors (#26771) 2023-07-06 15:13:08 +02:00
_export.py FIX accept `array-like` in `feature_names` for `plot_tree` (#27292) 2023-09-06 11:20:30 +00:00
_reingold_tilford.py DOC fix broken citeseer links (#24800) 2022-11-02 22:37:28 +01:00
_splitter.pxd ENH Monotonic Contraints for Tree-based models (#13649) 2023-07-01 13:46:12 +02:00
_splitter.pyx MAINT Remove soon-to-be deprecated scipy.sparse functions (#26751) 2023-07-12 18:34:01 +02:00
_tree.pxd CLN Renames missing_values_in_feature_mask (#26580) 2023-06-14 16:50:04 +00:00
_tree.pyx [DOC] Improve tree documentation (#26592) 2023-08-29 16:10:43 +05:00
_utils.pxd MAINT fix cython 3 compilation errors (#26771) 2023-07-06 15:13:08 +02:00
_utils.pyx ENH Adds missing value support for trees (#23595) 2023-05-04 10:19:24 +02:00