10000 [Refactor, Tree] Python tree class for modularity and consistency of BaseEstimator by adam2392 · Pull Request #24746 · scikit-learn/scikit-learn · GitHub
[go: up one dir, main page]

Skip to content

[Refactor, Tree] Python tree class for modularity and consistency of BaseEstimator #24746

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

adam2392
Copy link
Member

Reference Issues/PRs

Addresses the Python interface issue in #24000
Also is a follow up to refactoring of Criterion in #24678

This should be reviewed and merged after #24678

What does this implement/fix? Explain your changes.

This implements a change to the BaseDecisionTree class to enable i) consistency with the assumptions of a BaseEstimator and ii) modularity for subclassing of the BaseDecisionTree class.

consistency:

modularity:

Any other comments?

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0