-
Notifications
You must be signed in to change notification settings - Fork 26
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
[QUESTION] Stheno or AbstractGPs.jl? #231
Comments
Good question! You should just use the Could you perhaps elaborate on the model used in SthenoKriging.jl? |
Ah ...thank you. Based on my review of the source code, the test cases and the documentation, it is my understanding that SthenoKriging.jl is designed to:
The model does not combine individual GPs. |
Ah I see. My impression from what I can see in the docs is that you'll probably be fine just using an One thing to be aware of is that literally everything in the edit: see this discussion for more info on multi-output stuff in the JuliaGPs ecosystem. |
Thank you again. I'm closing this issue as the question has been answered :) |
@vikram-s-narayan - I recently came across Surrogates.jl and was looking at the Kriging.jl and SthenoKriging.jl and was thinking they do need a bunch of clean-up & TLC. We'd be happy to help you get it working with the up-to-date AbstractGPs package - if you like, please join us on the Turing slack via this invite link: https://join.slack.com/t/turingjl/shared_invite/zt-ubbtg7r8-xtg4WjXEQTG_jvE~estuKw - and join the discussion in #gp-julia channel :) |
Thanks! |
Could you please elaborate on how to choose between Stheno and AbstractGPs.jl. For what use cases would a developer choose one over the other.
Specifically, I'm trying to update SthenoKriging.jl (which used Stheno 0.6) and am wondering how to proceed.
Thanks!
The text was updated successfully, but these errors were encountered: