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

πŸ“ fix documentation & examples #158

Closed aniketmaurya closed 2 years ago

aniketmaurya commented 2 years ago

Changes

Fixes #157 - removed deprecated examples

Type of change

Checklist

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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 #158 (3aa9f32) into main (436dc96) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #158   +/-   ##
=======================================
  Coverage   96.92%   96.93%           
=======================================
  Files          66       66           
  Lines        1917     1922    +5     
=======================================
+ Hits         1858     1863    +5     
  Misses         59       59           
Flag Coverage Ξ”
unittests 96.93% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Ξ”
gradsflow/models/base.py 88.28% <ΓΈ> (-0.61%) :arrow_down:
gradsflow/models/model.py 98.48% <100.00%> (+0.15%) :arrow_up:
tests/models/test_model.py 98.43% <100.00%> (-0.03%) :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 436dc96...3aa9f32. Read the comment docs.