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

migrate to ray_tune #36

Merged
merged 25 commits into from Aug 29, 2021
Merged

migrate to ray_tune #36

merged 25 commits into from Aug 29, 2021

Conversation

aniketmaurya
Copy link
Contributor

@aniketmaurya aniketmaurya commented Aug 29, 2021

Changes

Fixes #35

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

@github-actions github-actions bot added documentation Improvements or additions to documentation example labels Aug 29, 2021
@github-actions github-actions bot added the test label Aug 29, 2021
@aniketmaurya aniketmaurya self-assigned this Aug 29, 2021
@aniketmaurya aniketmaurya added API design enhancement New feature or request labels Aug 29, 2021
@aniketmaurya aniketmaurya added this to the 0.0.3 milestone Aug 29, 2021
@codecov
Copy link

codecov bot commented Aug 29, 2021

Codecov Report

Merging #36 (8e685df) into main (60d245f) will decrease coverage by 3.81%.
The diff coverage is 97.77%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
- Coverage   97.63%   93.82%   -3.82%     
==========================================
  Files          17       17              
  Lines         254      243      -11     
==========================================
- Hits          248      228      -20     
- Misses          6       15       +9     
Flag Coverage Δ
unittests 93.82% <97.77%> (-3.82%) ⬇️

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

Impacted Files Coverage Δ
gradsflow/core/automodel.py 79.31% <94.44%> (-16.35%) ⬇️
gradsflow/autotasks/autoclassification/image.py 100.00% <100.00%> (ø)
gradsflow/autotasks/autoclassification/text.py 100.00% <100.00%> (ø)
gradsflow/autotasks/autosummarization.py 100.00% <100.00%> (ø)
gradsflow/core/autoclassifier.py 90.32% <100.00%> (ø)
tests/core/test_automodel.py 100.00% <100.00%> (ø)
tests/tasks/test_image.py 100.00% <100.00%> (ø)
tests/tasks/test_summarization.py 100.00% <100.00%> (ø)
tests/tasks/test_text.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 60d245f...8e685df. Read the comment docs.

@aniketmaurya aniketmaurya added this to In progress in Kanban Aug 29, 2021
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@sonarcloud
Copy link

sonarcloud bot commented Aug 29, 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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@sonarcloud
Copy link

sonarcloud bot commented Aug 29, 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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@aniketmaurya aniketmaurya merged commit 90fb2a3 into main Aug 29, 2021
Kanban automation moved this from In progress to Done Aug 29, 2021
@aniketmaurya aniketmaurya deleted the ray_tune 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
API design documentation Improvements or additions to documentation enhancement New feature or request example test
Projects
Development

Successfully merging this pull request may close these issues.

migrate to ray tune
1 participant