-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
[MRG] Refactor feature_selection.f_regression
and introduce feature_selection.r_regression
#17169
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
Changes from all commits
Commits
Show all changes
51 commits
Select commit
Hold shift + click to select a range
a71eb91
r_regression and abs_r_regression added
DSLituiev 88ade53
r_regression and abs_r_regression added
DSLituiev 3a26693
indentation fix
DSLituiev fbe3f97
whitespace fix
DSLituiev f4f6a1a
import and tests
DSLituiev 0fdfa13
indentation
DSLituiev 3b5498f
code style
DSLituiev fa5dfe3
init fix
DSLituiev 5158d3a
Merge branch 'master' into r_regression
DSLituiev 040e877
Merge branch 'master' into r_regression
DSLituiev 76427d8
Merge branch 'master' into r_regression
jjerphan f6dcf52
Change assert_true for assert
jjerphan 63d6fd7
Change module for import to match current one
jjerphan 1c9d512
Add reference in doc comment
jjerphan 45514b2
Revert "Change module for import to match current one"
jjerphan f7f0bcc
Merge branch 'master' into r_regression
jjerphan 677953d
Merge branch 'master' into r_regression
jjerphan c7cbfa1
Merge branch 'main' into r_regression
jjerphan 6c120e3
Merge branch 'main' into r_regression
jjerphan 98383aa
Add documentation reference for abs_r_regression and r_regression
jjerphan 17838de
Complete test to include r_regression
jjerphan e1a43e8
Remove Sphinx warning on indentation
jjerphan e5aa831
Use 'See Also' over 'See Also'
jjerphan bcaae35
Clarify docstrings
jjerphan 8a803ea
Add consistency test
jjerphan 47b2ea9
Test for Pearson R correct support
jjerphan da96477
fixup! Clarify docstrings
jjerphan 0d5d13a
Merge branch 'main' into r_regression
jjerphan 4a548b5
Add docstring directives for additions in version 1.0
jjerphan 711544c
Fix typo in the whats_new entry
jjerphan f7fa09d
End sentence with a full stop.
jjerphan cfe2299
Correct typo in docstring.
jjerphan 92c389d
Correct typo in the whats_new entry.
jjerphan 29bf1d0
Fix syntax in r_regression's docstring.
jjerphan bbf4179
Sort imports alphabetically
jjerphan af31e72
Remove useless decorator
jjerphan 69e638c
Use verbose name for the correlation coefficient
jjerphan f5aa513
Improve r_regression and r_regression docstring
jjerphan dcd9463
Improve code comments
jjerphan a16df67
Add Sphinx domains in f_regression's docstring
jjerphan 62b76ad
Make f statistics' and their p-values' computations clearer
jjerphan 107534e
Improve wording abs_r_regression
jjerphan ce64e78
Use black formatting style for imports
jjerphan 537de96
Remove useless comments
jjerphan df1ab5b
Prefer assert_allclose over assert_array_almost_equal
jjerphan 6bda200
fixup! Prefer assert_allclose over assert_array_almost_equal
jjerphan 76830bb
Split test into several
jjerphan c83161b
fixup! Improve wording abs_r_regression
jjerphan 3e4743c
Drop `feature_selection.abs_r_regression`
jjerphan fc57caa
Use multi-line docstring (PEP 257) for better integration with IDEs
jjerphan d153dda
Rephrase docstring
jjerphan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.