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 Tracker #153

Closed aniketmaurya closed 2 years ago

aniketmaurya commented 2 years ago

Changes

Fixes # (issue)

Type of change

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #153 (79c9359) into main (802bf86) will increase coverage by 0.24%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
+ Coverage   96.67%   96.91%   +0.24%     
==========================================
  Files          66       66              
  Lines        1896     1914      +18     
==========================================
+ Hits         1833     1855      +22     
+ Misses         63       59       -4     
Flag Coverage Δ
unittests 96.91% <96.42%> (+0.24%) :arrow_up:

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

Impacted Files Coverage Δ
gradsflow/core/__init__.py 100.00% <ø> (ø)
gradsflow/models/base.py 88.69% <ø> (ø)
gradsflow/models/model.py 98.33% <50.00%> (ø)
gradsflow/callbacks/base.py 91.83% <66.66%> (ø)
tests/conftest.py 96.00% <92.30%> (-4.00%) :arrow_down:
gradsflow/models/tracker.py 98.70% <96.55%> (+3.82%) :arrow_up:
gradsflow/callbacks/gpu.py 93.75% <100.00%> (ø)
gradsflow/callbacks/logger/comet.py 94.73% <100.00%> (-0.10%) :arrow_down:
gradsflow/callbacks/logger/logger.py 97.72% <100.00%> (ø)
gradsflow/callbacks/progress.py 96.07% <100.00%> (ø)
... and 7 more

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 802bf86...79c9359. Read the comment docs.

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