-
-
Notifications
You must be signed in to change notification settings - Fork 26.1k
r_regression and abs_r_regression added #8353
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
Could you please motivate this a bit more for the ignorant among us? Is Your implementation is currently failing tests on all platforms. You will need to add tests for your changes. |
I beg pardon if i am making feel uncomfortable anyone. The rationale is to use |
Codecov Report
@@ Coverage Diff @@
## master #8353 +/- ##
==========================================
+ Coverage 94.75% 94.75% +<.01%
==========================================
Files 342 342
Lines 60801 60832 +31
==========================================
+ Hits 57609 57640 +31
Misses 3192 3192
Continue to review full report at Codecov.
|
@jnothman: any chance to merge this branch? |
I'm a bit snowed under right now and hope to look at the pr backlog in a
couple of weeks. But you will need two affirmative reviews before merge
On 28 Mar 2017 10:15 am, "Dmytro Lituiev" <notifications@github.com> wrote:
@jnothman <https://github.com/jnothman>: any chance to merge this branch?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8353 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEz6wbNxLj5PyGoWcnHhATkveVzP74Rks5rqD6wgaJpZM4L_oAI>
.
|
Could you give some sense of the performance gains due to using r_regression vs f_regression? Perform a benchmark... |
I am currently trying a follow-up of this PR on #17169. |
Closed by #17169. |
Reference Issue
Fixes #7195
What does this implement/fix? Explain your changes.
refactored as described in the issue:
f_regression
is split into two functions :f_regression
per se andr_regression
which precomputes Pearson Rabs_r_regression
wrapper aroundr_regression
added for use withSelectKBest