Skip to content
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

[MRG] Add a note to inspection.partial_dependence() about different results when using brute and recursion method #28771

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

nihal-rao
Copy link
Contributor

@nihal-rao nihal-rao commented Apr 4, 2024

Reference Issues/PRs

Fixes #28595 . By extension, also fixes #27441 .

What does this implement/fix? Explain your changes.

PR #28595 had a failing test due to incorrect ordering of sections in the dosctring of partial_dependence function.
Fixed this by correcting the order of the 'Notes' and 'See Also' sections in the docstring .

Any other comments?

Copy link

github-actions bot commented Apr 4, 2024

✔️ Linting Passed

All linting checks passed. Your pull request is in excellent shape! ☀️

Generated for commit: 3252f8d. Link to the linter CI: here

@nihal-rao
Copy link
Contributor Author

nihal-rao commented Apr 4, 2024

@glemaitre all tests pass (except the changelog entry, not sure if it is required), and the PR is ready for review. Hence adding [MRG] to the title. Kindly let me know if I missed something!

@nihal-rao nihal-rao changed the title [WIP] Add a note to inspection.partial_dependence() about different results when using brute and recursion method [MRG] Add a note to inspection.partial_dependence() about different results when using brute and recursion method Apr 4, 2024
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.

partial_dependence() computes conditional partial dependence
3 participants