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 GP-Copula model. #497

Merged
merged 11 commits into from
Dec 6, 2019
Merged

Conversation

mbohlkeschneider
Copy link
Contributor

Description of changes:

Adds the GP-Copula model from this paper: https://arxiv.org/abs/1910.03002.

I had to reverse some refactorings for the DeepVAR model (which is the base class for GPVAR. I also had to play a bit with the inference test because of the changes the lowrank multivariate distribution that we introduced to avoid cholesky problems.

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

@mbohlkeschneider mbohlkeschneider changed the title Gpcopula Add GP-Copula model. Dec 5, 2019
lcallot
lcallot previously approved these changes Dec 5, 2019
@codecov-io
Copy link

Codecov Report

Merging #497 into master will increase coverage by 0.33%.
The diff coverage is 97.74%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #497      +/-   ##
=========================================
+ Coverage   83.37%   83.7%   +0.33%     
=========================================
  Files         155     159       +4     
  Lines        9203    9403     +200     
=========================================
+ Hits         7673    7871     +198     
- Misses       1530    1532       +2
Impacted Files Coverage Δ
src/gluonts/model/deepvar/_estimator.py 94% <ø> (ø) ⬆️
src/gluonts/model/gpvar/__init__.py 100% <100%> (ø)
src/gluonts/dataset/field_names.py 100% <100%> (ø) ⬆️
src/gluonts/model/gpvar/_network.py 100% <100%> (ø)
src/gluonts/model/deepvar/_network.py 100% <100%> (+0.69%) ⬆️
src/gluonts/transform.py 89.09% <100%> (+0.33%) ⬆️
...onts/distribution/lowrank_multivariate_gaussian.py 98.16% <93.33%> (+1.07%) ⬆️
src/gluonts/distribution/lowrank_gp.py 95.08% <95.08%> (ø)
src/gluonts/model/gpvar/_estimator.py 98.33% <98.33%> (ø)
... and 5 more

@mbohlkeschneider mbohlkeschneider merged commit 0bdfda6 into awslabs:master Dec 6, 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