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

visualize confusion matrix #81

Merged
merged 11 commits into from
Jun 30, 2021
Merged

visualize confusion matrix #81

merged 11 commits into from
Jun 30, 2021

Conversation

aniketmaurya
Copy link
Owner

@aniketmaurya aniketmaurya commented Jun 30, 2021

Changes

Fixes #80

Type of change

  • Documentation Update
  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@codecov
Copy link

codecov bot commented Jun 30, 2021

Codecov Report

Merging #81 (06b76fd) into master (fac3f36) will increase coverage by 1.63%.
The diff coverage is 96.42%.

❗ Current head 06b76fd differs from pull request most recent head 5dbec8e. Consider uploading reports for the commit 5dbec8e to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   64.84%   66.47%   +1.63%     
==========================================
  Files          29       31       +2     
  Lines        1007     1062      +55     
==========================================
+ Hits          653      706      +53     
- Misses        354      356       +2     
Flag Coverage Δ
unittests 66.47% <96.42%> (+1.63%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
chitra/visualization/metrics.py 94.59% <94.59%> (ø)
chitra/__init__.py 100.00% <100.00%> (ø)
tests/test_visualization_metrics.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fac3f36...5dbec8e. Read the comment docs.

@aniketmaurya aniketmaurya merged commit bb9e736 into master Jun 30, 2021
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

94.7% 94.7% Coverage
0.0% 0.0% Duplication

@aniketmaurya aniketmaurya deleted the feature/confusion_matrix branch July 3, 2021 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

plot confusion matrix
1 participant