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

change the default value to a scaler instance #745

Merged
merged 2 commits into from
Apr 7, 2020

Conversation

yx1215
Copy link
Contributor

@yx1215 yx1215 commented Apr 7, 2020

Issue #, if available:
The default value for the scaler parameter in MLP2QRForecaster, RNN2QRForecaster and CNN2QRForecaster is incorrect. It should be an instance of NOPscaler.

Description of changes:
Parenthesis should be added to make it instances of NOPscaler.

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

@codecov-io
Copy link

codecov-io commented Apr 7, 2020

Codecov Report

Merging #745 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #745   +/-   ##
=======================================
  Coverage   84.46%   84.46%           
=======================================
  Files         171      171           
  Lines       10818    10818           
=======================================
  Hits         9137     9137           
  Misses       1681     1681           
Impacted Files Coverage Δ
src/gluonts/model/seq2seq/_seq2seq_estimator.py 54.68% <ø> (ø)

@lostella
Copy link
Contributor

lostella commented Apr 7, 2020

That's right, thanks!

@lostella lostella merged commit 4541451 into awslabs:master Apr 7, 2020
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