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

Added Confusion Matrix Calculator #1792

Merged

Conversation

nandinipathak2005
Copy link
Contributor

@nandinipathak2005 nandinipathak2005 commented Aug 4, 2024

Fixes Issue🛠️

Closes #1718

Description👨‍💻

Added Confusion Matrix Calculator an interactive web-based calculator that allows users to compute essential machine learning metrics based on a confusion matrix. By entering values for true positives, false positives, false negatives, and true negatives, users can instantly see calculated accuracy, precision, recall, and F1 score. These metrics are crucial for evaluating the performance of classification models in machine learning.

Type of Change📄

  • New feature (non-breaking change which adds functionality)

Checklist✅

  • I am an Open Source contributor
  • I have performed a self-review of my code
  • My code follows the style guidelines of this project
  • I have commented on my code, particularly in hard-to-understand areas

Screenshots/GIF📷

Screenshot 2024-08-04 164011
Screenshot 2024-08-04 164023

Copy link

netlify bot commented Aug 4, 2024

Deploy Preview for calcdiverse ready!

Name Link
🔨 Latest commit 36c6763
🔍 Latest deploy log https://app.netlify.com/sites/calcdiverse/deploys/66af62abea19750008d26f91
😎 Deploy Preview https://deploy-preview-1792--calcdiverse.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @nandinipathak2005, Welcome to the project CalcDiverse! 🎊
Thanks for your contribution! Your effort makes this project better. Keep it up! 🙌
Please wait for the PR to be reviewed. Happy Coding!! ✨

@nandinipathak2005 nandinipathak2005 changed the title Add Confusion Matrix Calculator Added Confusion Matrix Calculator Aug 4, 2024
@Nihal4777
Copy link

@nandinipathak2005 Thank you for your contribution.

@Nihal4777
Copy link

@Rakesh9100 This PR is reviewed & can be merged.

@Rakesh9100 Rakesh9100 merged commit 6420248 into Rakesh9100:main Aug 10, 2024
5 checks passed
Copy link

Congrats, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to my project 🚀 Keep Contributing!! ✨ @nandinipathak2005

@Rakesh9100 Rakesh9100 added Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points labels Aug 10, 2024
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Completed 🥳 PR successfully merged and issue resolved on completion gssoc GSSoC 2k24 Open Source Program level3 GSSoC2k24 Level-3 Task -- 45 Points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Add Confusion Matrix Calculator
3 participants