-
-
Notifications
You must be signed in to change notification settings - Fork 25.5k
Issues: scikit-learn/scikit-learn
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
FEA Add missing-value support to sparse splitter in RandomForest and ExtraTrees
cython
help wanted
module:tree
#29542
opened Jul 22, 2024 by
adam2392
API Change default argument for
proportion
to be True
in tree.plot_tree
module:tree
RFC
#29383
opened Jul 2, 2024 by
adam2392
Use float32_t for tree.threshold
Breaking Change
Issue resolution would not be easily handled by the usual deprecation cycle.
cython
module:tree
Needs Decision
Requires decision
Performance
#27535
opened Oct 5, 2023 by
lorentzenchr
Pass optional column names to parallel tree function in using the self.feature_names_in attribute.
module:ensemble
module:tree
#26208
opened Apr 18, 2023 by
wesselhuising
Loading…
Simplify decision tree removing redundant decisions
module:tree
Needs Investigation
Issue requires investigation
New Feature
#25612
opened Feb 14, 2023 by
nullhack
[Refactor Request Tree] Make sorting and splitting utility functions cimportable by including them in the pxd files
API
module:tree
Needs Decision
Requires decision
#25413
opened Jan 16, 2023 by
adam2392
MAINT Split Tree into a Code refactor
BaseTree
and a Tree
subclass to allow easier inheritance
module:tree
Refactor
#25119
opened Dec 6, 2022 by
adam2392
2
MAINT Refactor
Splitter
into a BaseSplitter
cython
module:tree
#25101
opened Dec 2, 2022 by
jshinm
Loading…
MAINT Split Code refactor
Splitter
into a BaseSplitter
and a Splitter
subclass to allow easier inheritance
cython
module:tree
Refactor
#24990
opened Nov 20, 2022 by
adam2392
[RFC] Modularize 'Criterion' class inside tree submodule to allow 3rd party extensions for data-based criterion
cython
module:ensemble
module:tree
Refactor
Code refactor
RFC
#24577
opened Oct 4, 2022 by
adam2392
[RFC] Modularize the tree class in both Python and Cython to enable easy extensions
cython
module:ensemble
module:tree
Needs Decision - Include Feature
Requires decision regarding including feature
New Feature
Refactor
Code refactor
#24000
opened Jul 25, 2022 by
adam2392
Fix resize segfault
module:tree
Needs Investigation
Issue requires investigation
#23518
opened Jun 1, 2022 by
Cesar48
[MRG] Add a separator between a criteria and other contents in a node in export_graphviz for visibility
module:tree
#22022
opened Dec 20, 2021 by
takoika
Loading…
categorical predictors in randomForest
module:ensemble
module:tree
New Feature
#21932
opened Dec 9, 2021 by
markusloecher
Is _generate_sample_indices working correctly ?
Bug
module:ensemble
module:tree
#21002
opened Sep 9, 2021 by
markusloecher
Adding Oblique Trees (Forest-RC) to the Cythonized Tree Module
module:tree
Needs Decision
Requires decision
New Feature
#20819
opened Aug 23, 2021 by
adam2392
Score decision tree using only samples that propagate to leaves trained with >N datapoints
module:tree
New Feature
#20537
opened Jul 15, 2021 by
rohilverma
Unbiased mean decrease in impurity if tree-based methods
API
module:ensemble
module:inspection
module:tree
Needs Decision
Requires decision
New Feature
#20059
opened May 7, 2021 by
glemaitre
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.