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

Split up transform into its own module. #499

Merged
merged 6 commits into from
Dec 9, 2019

Conversation

jaheba
Copy link
Contributor

@jaheba jaheba commented Dec 6, 2019

*Issue: #481

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Jasper Schulz added 2 commits December 9, 2019 11:29
@codecov-io
Copy link

codecov-io commented Dec 9, 2019

Codecov Report

Merging #499 into master will increase coverage by 0.11%.
The diff coverage is 91.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #499      +/-   ##
==========================================
+ Coverage   83.75%   83.87%   +0.11%     
==========================================
  Files         159      166       +7     
  Lines        9469     9507      +38     
==========================================
+ Hits         7931     7974      +43     
+ Misses       1538     1533       -5
Impacted Files Coverage Δ
src/gluonts/model/wavenet/_estimator.py 95.95% <100%> (ø) ⬆️
src/gluonts/transform/dataset.py 100% <100%> (ø)
src/gluonts/shell/train.py 90.47% <100%> (+0.23%) ⬆️
src/gluonts/model/seq2seq/_transform.py 96.42% <100%> (+0.06%) ⬆️
src/gluonts/transform/_base.py 86.66% <86.66%> (ø)
src/gluonts/transform/convert.py 86.84% <86.84%> (ø)
src/gluonts/transform/feature.py 89.77% <89.77%> (ø)
src/gluonts/transform/__init__.py 90.9% <90.9%> (ø)
src/gluonts/transform/sampler.py 91.66% <91.66%> (ø)
src/gluonts/transform/field.py 94.23% <94.23%> (ø)
... and 9 more

@jaheba jaheba merged commit fe065b4 into awslabs:master Dec 9, 2019
@jaheba jaheba deleted the transform-module branch December 9, 2019 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants