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

βœ… add AutoDataset #59

Merged
merged 4 commits into from
Sep 10, 2021
Merged

βœ… add AutoDataset #59

merged 4 commits into from
Sep 10, 2021

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Sep 10, 2021

Changes

Fixes # (issue)

Type of change

  • πŸ“š Documentation Update
  • πŸ§ͺ Tests Cases
  • 🐞 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
  • Did you update CHANGELOG in case of a major change?

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #59 (2386000) into main (cc0170f) will decrease coverage by 0.07%.
The diff coverage is 97.67%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
- Coverage   98.26%   98.18%   -0.08%     
==========================================
  Files          21       23       +2     
  Lines         346      386      +40     
==========================================
+ Hits          340      379      +39     
- Misses          6        7       +1     
Flag Coverage Ξ”
unittests 98.18% <97.67%> (-0.08%) ⬇️

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

Impacted Files Coverage Ξ”
gradsflow/autotasks/autoclassification/image.py 100.00% <ΓΈ> (ΓΈ)
gradsflow/autotasks/autoclassification/text.py 100.00% <ΓΈ> (ΓΈ)
gradsflow/autotasks/autosummarization.py 100.00% <ΓΈ> (ΓΈ)
gradsflow/core/autodata.py 95.83% <95.83%> (ΓΈ)
gradsflow/autotasks/autotasks.py 81.25% <100.00%> (+1.25%) ⬆️
gradsflow/core/autoclassifier.py 93.75% <100.00%> (+0.41%) ⬆️
gradsflow/core/automodel.py 98.18% <100.00%> (+0.06%) ⬆️
tests/core/test_autodata.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 cc0170f...2386000. Read the comment docs.

@github-actions github-actions bot added the test label Sep 10, 2021
@github-actions github-actions bot added the documentation Improvements or additions to documentation label Sep 10, 2021
@sonarcloud
Copy link

sonarcloud bot commented Sep 10, 2021

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 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aniketmaurya aniketmaurya changed the title add AutoDataset βœ… add AutoDataset Sep 10, 2021
@aniketmaurya aniketmaurya enabled auto-merge (squash) September 10, 2021 08:01
@aniketmaurya aniketmaurya self-assigned this Sep 10, 2021
@aniketmaurya aniketmaurya added the enhancement New feature or request label Sep 10, 2021
@aniketmaurya aniketmaurya added this to the 0.0.5 milestone Sep 10, 2021
@aniketmaurya aniketmaurya merged commit 682f81a into main Sep 10, 2021
@aniketmaurya aniketmaurya deleted the feature/support_dataloader branch October 8, 2021 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant