scikit-learn/sklearn/tree
Guillaume Lemaitre 4ebc5e25e6
MAINT remove old code related to removed option max_features="auto" (#27698)
2023-11-03 12:45:05 +05:00
..
tests FIX Make decision tree pickles deterministic (#27580) 2023-10-17 14:25:17 +02:00
__init__.py MNT add isort to ruff's rules (#26649) 2023-06-21 17:50:07 +02:00
_classes.py MAINT remove old code related to removed option max_features="auto" (#27698) 2023-11-03 12:45:05 +05:00
_criterion.pxd MAINT Replace double with float64_t inside tree submodule (#27539) 2023-10-06 22:49:16 +02:00
_criterion.pyx MAINT Replace double with float64_t inside tree submodule (#27539) 2023-10-06 22:49:16 +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 MAINT Replace double with float64_t inside tree submodule (#27539) 2023-10-06 22:49:16 +02:00
_splitter.pyx MAINT Follow cython performance hints (#27521) 2023-10-11 11:43:47 +02:00
_tree.pxd MAINT Replace double with float64_t inside tree submodule (#27539) 2023-10-06 22:49:16 +02:00
_tree.pyx FIX Make decision tree pickles deterministic (#27580) 2023-10-17 14:25:17 +02:00
_utils.pxd MAINT Follow cython performance hints (#27521) 2023-10-11 11:43:47 +02:00
_utils.pyx MAINT Follow cython performance hints (#27521) 2023-10-11 11:43:47 +02:00