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

Fix #535: quantile of Binned distribution #536

Merged
merged 1 commit into from
Dec 19, 2019

Conversation

rshyamsundar
Copy link
Contributor

Issue #535:

Description of changes:

Looks like zeros_batch_size is also mainly to get the shape right. It is used here just as a placeholder. Made this zero and zeros_cdf also becomes zero with that.

Updated tests as well.

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 Dec 18, 2019

Codecov Report

Merging #536 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #536   +/-   ##
=======================================
  Coverage   83.16%   83.16%           
=======================================
  Files         177      177           
  Lines        9864     9864           
=======================================
  Hits         8203     8203           
  Misses       1661     1661
Impacted Files Coverage Δ
src/gluonts/distribution/binned.py 95.45% <100%> (ø) ⬆️

Copy link
Contributor

@lostella lostella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great catch!

@rshyamsundar rshyamsundar merged commit a6d09a1 into awslabs:master Dec 19, 2019
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