gradsflow / gradsflow-automl

An open-source AutoML Library based on PyTorch
https://docs.gradsflow.com/
Apache License 2.0
306 stars 35 forks source link

refactor metrics #159

Closed aniketmaurya closed 2 years ago

aniketmaurya commented 2 years ago

Changes

Type of change

Checklist

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov[bot] commented 2 years ago

Codecov Report

Merging #159 (d63cf46) into main (72eb316) will decrease coverage by 0.16%. The diff coverage is 89.13%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #159      +/-   ##
==========================================
- Coverage   96.93%   96.76%   -0.17%     
==========================================
  Files          66       67       +1     
  Lines        1922     1949      +27     
==========================================
+ Hits         1863     1886      +23     
- Misses         59       63       +4     
Flag Coverage Ξ”
unittests 96.76% <89.13%> (-0.17%) :arrow_down:

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

Impacted Files Coverage Ξ”
gradsflow/models/base.py 87.62% <ΓΈ> (-0.66%) :arrow_down:
gradsflow/data/autodata.py 90.00% <50.00%> (-2.43%) :arrow_down:
gradsflow/core/metrics.py 92.10% <92.10%> (ΓΈ)
gradsflow/models/model.py 98.47% <100.00%> (-0.02%) :arrow_down:

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 72eb316...d63cf46. Read the comment docs.