Skip to content

[DOC] Remove "mse" from RandomForestRegression docstring #21306

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
Oct 13, 2021

Conversation

luxedo
Copy link
Contributor

@luxedo luxedo commented Oct 12, 2021

What does this implement/fix? Explain your changes.

The "mae" criterion was removed from the docstring in 36915ae. For consistency I think that "mse" should be removed as well since both were deprecated in 1.0.

Any other comments?

Both criterions are still in ExtraTreesRegressor and I think they could be removed as well.

The _"mae"_ criterion was removed from the docstring in 36915ae. For consistency I think that _"mse"_ should be removed as well since both were deprecated in 1.0.
@luxedo luxedo changed the title Remove _"mse"_ from RandomForestRegression docstring Remove "mse" from RandomForestRegression docstring Oct 12, 2021
Copy link
Member

@thomasjpfan thomasjpfan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the PR @luxedo !

I think it would be okay to remove the option from the docstring. (We are already removed "mae")

@luxedo luxedo changed the title Remove "mse" from RandomForestRegression docstring [DOC] Remove "mse" from RandomForestRegression docstring Oct 12, 2021
@adrinjalali adrinjalali merged commit 57658ba into scikit-learn:main Oct 13, 2021
@glemaitre glemaitre mentioned this pull request Oct 23, 2021
10 tasks
glemaitre pushed a commit to glemaitre/scikit-learn that referenced this pull request Oct 23, 2021
…arn#21306)

The _"mae"_ criterion was removed from the docstring in 36915ae. For consistency I think that _"mse"_ should be removed as well since both were deprecated in 1.0.
glemaitre pushed a commit that referenced this pull request Oct 25, 2021
The _"mae"_ criterion was removed from the docstring in 36915ae. For consistency I think that _"mse"_ should be removed as well since both were deprecated in 1.0.
samronsin pushed a commit to samronsin/scikit-learn that referenced this pull request Nov 30, 2021
…arn#21306)

The _"mae"_ criterion was removed from the docstring in 36915ae. For consistency I think that _"mse"_ should be removed as well since both were deprecated in 1.0.
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.

3 participants