-
Notifications
You must be signed in to change notification settings - Fork 386
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
Comments
Hey @nandinipathak2005, Welcome to the project CalcDiverse! 🎊 |
@Rakesh9100 Please assign this issue to me. I have completed my previous PR (#1618) and it has been merged. |
Open one issue at a time |
@jessicachawla This is the only issue I have opened after my first PR was merged. My first PR(#1618) was merged on 30th July |
Sorry for the misunderstanding |
@Rakesh9100 this issue can be assigned. |
Hello @nandinipathak2005! Your issue #1718 has been closed. Thank you for your contribution!! 🙌 |
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
Checklist
Code of Conduct
The text was updated successfully, but these errors were encountered: