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

reactivate AD tests: FiniteGP #314

Merged
merged 14 commits into from
Apr 7, 2022
Merged

reactivate AD tests: FiniteGP #314

merged 14 commits into from
Apr 7, 2022

Conversation

st--
Copy link
Member

@st-- st-- commented Apr 6, 2022

Follow-up to #313

test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
st-- and others added 5 commits April 6, 2022 11:04
test/sparse_approximations.jl Outdated Show resolved Hide resolved
test/sparse_approximations.jl Outdated Show resolved Hide resolved
st-- and others added 5 commits April 7, 2022 11:05
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
test/finite_gp_projection.jl Outdated Show resolved Hide resolved
test/sparse_approximations.jl Outdated Show resolved Hide resolved
f = GP(SqExponentialKernel())

for Σy in (Σy_Diagonal, Σy_ScalMat)
for Σy in (Σy_Diagonal, Σy_ScalMat) #, Σy_dense)
Copy link
Member Author

Choose a reason for hiding this comment

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

it's not implemented for dense 🙈

Copy link
Member

Choose a reason for hiding this comment

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

Probably for the best for now. If the observation covariance is dense, I would imagine that performance will generally be worse than exact inference.

@codecov
Copy link

codecov bot commented Apr 7, 2022

Codecov Report

Merging #314 (d479359) into master (7fc120e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #314   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files          10       10           
  Lines         382      382           
=======================================
  Hits          373      373           
  Misses          9        9           

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 7fc120e...d479359. Read the comment docs.

Copy link
Member

@willtebbutt willtebbutt left a comment

Choose a reason for hiding this comment

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

I'm happy with this, subject to the comments.

test/finite_gp_projection.jl Outdated Show resolved Hide resolved
f = GP(SqExponentialKernel())

for Σy in (Σy_Diagonal, Σy_ScalMat)
for Σy in (Σy_Diagonal, Σy_ScalMat) #, Σy_dense)
Copy link
Member

Choose a reason for hiding this comment

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

Probably for the best for now. If the observation covariance is dense, I would imagine that performance will generally be worse than exact inference.

test/sparse_approximations.jl Outdated Show resolved Hide resolved
@st-- st-- merged commit 598cd63 into master Apr 7, 2022
@st-- st-- deleted the st/ad_tests2 branch April 7, 2022 12:32
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.

2 participants