-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC Add doc for permutation_test_score #17373
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an improvement. Thank you @lucyleeow !
|
||
Read more in the :ref:`User Guide <cross_validation>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might still want to keep the link to the user manual and the end of the docstring maybe?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cross_validation (the page linked to) never talks about permutation_test_score
. In fact it is never mentioned in the user guide at all. If we wanted to add a section in the user guide it would probably fit somewhere in 'Model selection and evaluation'. I'm happy to add a section but I won't have much to say and it would be the same as what I've added in the example: #17385
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, merging. Thank you very much @lucyleeow.
Reference Issues/PRs
closes #10905
follows from #14757
What does this implement/fix? Explain your changes.
Explains
permutation_test_score
in the docstring. I did not add an entry to the user guide as I am not sure there is much more to expand on/the docstring and example do an adequate job, but happy to do so.Happy to update/clarify the example in this or another PR.Example updated in #17385
Any other comments?