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

[Feature] Add Confusion Matrix Calculator #1718

Closed
4 of 7 tasks
nandinipathak2005 opened this issue Jul 30, 2024 · 7 comments · Fixed by #1792
Closed
4 of 7 tasks

[Feature] Add Confusion Matrix Calculator #1718

nandinipathak2005 opened this issue Jul 30, 2024 · 7 comments · Fixed by #1792
Assignees
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points

Comments

@nandinipathak2005
Copy link
Contributor

Description

Description:
I want to add a Confusion Matrix Calculator. This calculator allows users to calculate essential machine learning metrics. The calculator takes user inputs for the quantities of true positives, false positives, false negatives, and true negatives, and returns the calculated accuracy, precision, recall, and F1 score. These metrics are critical for evaluating the performance of classification models in machine learning.

Features:
-->User Input Fields:
-->True Positive (TP)
-->False Positive (FP)
-->False Negative (FN)
-->True Negative (TN)

Calculated Metrics:
-->Accuracy
-->Precision
-->Recall
-->F1 Score

Screenshots

image

Checklist

  • I have checked the existing issues.
  • I follow Contributing Guidelines of this project.
  • I am a GSSOC'24 contributor.
  • I am a IWOC'24 contributor.
  • I am a JWOC'24 contributor.
  • I am a SWOC'24 contributor.

Code of Conduct

Copy link

Hey @nandinipathak2005, Welcome to the project CalcDiverse! 🎊
Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

@nandinipathak2005
Copy link
Contributor Author

nandinipathak2005 commented Jul 30, 2024

@Rakesh9100 Please assign this issue to me. I have completed my previous PR (#1618) and it has been merged.

@jessicachawla
Copy link

Open one issue at a time

@nandinipathak2005
Copy link
Contributor Author

nandinipathak2005 commented Aug 1, 2024

@jessicachawla This is the only issue I have opened after my first PR was merged. My first PR(#1618) was merged on 30th July

@jessicachawla
Copy link

Sorry for the misunderstanding

@jessicachawla
Copy link

@Rakesh9100 this issue can be assigned.

Copy link

Hello @nandinipathak2005! Your issue #1718 has been closed. Thank you for your contribution!! 🙌

@Rakesh9100 Rakesh9100 added enhancement ✨ New feature or request calculator addition 📱 Addition of new calculator level3 GSSoC2k24 Level-3 Task -- 45 Points labels Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
calculator addition 📱 Addition of new calculator enhancement ✨ New feature or request gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants