Skip to content

Doc remove poisson criterion from ExtraTreeRegressor #18734

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

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

lorentzenchr
Copy link
Member

Reference Issues/PRs

Follow-up of #17386.

What does this implement/fix? Explain your changes.

The tree.ExtraTreeRegressor is not yet tested and would fail tests, e.g. test_poisson_zero_nodes. Without further work, this estimator can't guarantee strictly positive predictions.

@lorentzenchr lorentzenchr added this to the 0.24 milestone Nov 2, 2020
@lorentzenchr
Copy link
Member Author

@glemaitre Cold you have a look? Should be a quick merge, I hope.

@glemaitre
Copy link
Member

OK I will merge when green.
Actually, I am not to worry about a single ExtraTreeRegressor since it would never be used in practice :)

@glemaitre glemaitre merged commit 1ee4561 into scikit-learn:master Nov 2, 2020
@lorentzenchr lorentzenchr deleted the poisson_tree_clean branch November 2, 2020 22:02
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.

2 participants