JuliaGaussianProcesses / AbstractGPs.jl

Abstract types and methods for Gaussian Processes.
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev
Other
210 stars 20 forks source link

Feature parity with GaussianProcesses.jl #366

Open willtebbutt opened 1 year ago

willtebbutt commented 1 year ago

In order to design a front-end that is at least as flexible as GaussianProcesses.jl, and to check that we are at feature parity currently (albeit with more boilerplate), we are going to collect some script that use the JuliaGPs ecosystem to implement stuff that the GaussianProcesses.jl interface allows us to implement.

A good starting point is this folder in the GaussianProcesses.jl repo, which contains example interface usage.

Please edit the above items with links to gists which do the equivalent using JuliaGPs. Please also feel free to add additional TODO items to this list, provided that they are concretely scoped / you provide an implementation.