scikit-learn/sklearn/tree
zhenfisher b2c67afbd2
DOC Fixes grammar in decision tree's cpp pruning docstring (#20442)
Co-authored-by: zhenfisher <>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
2022-04-23 15:59:47 -04:00
..
tests ENH add criterion log_loss as alternative to entropy in trees and forests (#23047) 2022-04-14 08:03:01 +02:00
__init__.py MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
_classes.py ENH add criterion log_loss as alternative to entropy in trees and forests (#23047) 2022-04-14 08:03:01 +02:00
_criterion.pxd MNT Uses memoryviews in tree criterion (#22921) 2022-03-29 19:21:36 +02:00
_criterion.pyx MNT Uses memoryviews in tree criterion (#22921) 2022-03-29 19:21:36 +02: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 DOC Fixes grammar in decision tree's cpp pruning docstring (#20442) 2022-04-23 15:59:47 -04: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