Skip to content

Conversation

ebsano
Copy link
Contributor

@ebsano ebsano commented Nov 19, 2021

Reference Issues/PRs

Reference Issues/PRs
Addresses #21350
#DataUmbrella

This PR ensures mean_absolute_error is compatible with numpydoc:

  • Remove sklearn.metrics._regression.mean_absolute_error from DOCSTRING_IGNORE_LIST.
  • Verify that all tests are passing.

@reshamas
Copy link
Member

Hi @ebsano
How is this PR going?
I checked the error and it looks like if you run black on the files you changed, it should take care of the errors.

Alternately, you can use pre-commit. This will check for formatting errors at the time you commit your changes.
To install:

pip install pre-commit
pre-commit install

@glemaitre glemaitre self-assigned this Jan 28, 2022
Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

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

LGTM. Let see if the CI will pass now that I merge main into the branch

@glemaitre glemaitre merged commit c206f4a into scikit-learn:main Jan 28, 2022
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