-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Adding Fall-out, Miss rate, specificity as metrics #20889
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
I think that you forgot to commit the changes in You should check with the contributor in #19556 to know if he/she would not be able to complete his/her PR. I think that the original PR is lacking of review and I don't think that we need a new PR apart if the contributor is not able to continue working on the problem. |
Respected Sir,
The _classification.py file and tests were updated in a pull request
before. I had to start a new one due to merge conflicts and changeling
check failure.
Thank You,
Regards,
Bhavya Bhardwaj
…On Wed, 1 Sep 2021, 18:11 Guillaume Lemaitre, ***@***.***> wrote:
I think that you forgot to commit the changes in _classification.py and
add the tests.
You should check with the contributor in #19556
<#19556> to know if
he/she would not be able to complete his/her PR. I think that the original
PR is lacking of review and I don't think that we need a new PR apart if
the contributor is not able to continue working on the problem.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20889 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4RH7U6BJ4HVV74ZDTRWLDT7YNQ5ANCNFSM5DCHR7BA>
.
|
I understand this but it was not my point here. Could you:
|
Respected Sir,
I had already committed the required codes in a now defunct pull request. I
have updated them here also. I will also try contacting the contributor at
#19556. Sorry for making this a little confusing. Also do see if my code is
upto your expectations.
Thank You,
Regards,
Bhavya Bhardwaj
…On Wed, 1 Sep 2021, 18:49 Guillaume Lemaitre, ***@***.***> wrote:
The _classification.py file and tests were updated in a pull request
before. I had to start a new one due to merge conflicts and changeling
check failure.
I understand this but it was not my point here. Could you:
1. interact in the previous PR to know if the original contributor is
not available to finish the work
2. if not available, then you can start your work from is branch and
resolve the conflicts (currently your PR only modify the change log)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#20889 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE4RH7QHG62TTHUOHI73QSDT7YR4ZANCNFSM5DCHR7BA>
.
|
You should restart from the code in https://github.com/scikit-learn/scikit-learn/pull/19556/files So I would be inclined to review the code if it restart from the previous PR and that the changelog acknowledge all previous contributors. |
Ok Sir. Thank You |
Hi @Bhavya1705, I did the #19556 . Still waiting for that contact attempt. |
Hi @glemaitre, |
Closing this in favor of #19556 |
Reference Issues/PRs
PR: #20889
Fixes #5516 #20866 #20875. Add Code for Metrics requested.
What does this implement/fix? Explain your changes.
Adds metrics - Specificity, Sensitivity, Miss rate, Fall out.
Any other comments?
Makes changes to sklearn/metrics/_classification.py