Note
Go to the end to download the full example code
Linking KeOps with GPytorch
Out-of-the-box, KeOps only provides limited support for
Kriging
or Gaussian process regression:
the KernelSolve
operator
implements a conjugate gradient solver for kernel linear systems…
and that’s about it.
Fortunately though, the GPytorch team has now integrated explicit KeOps kernels within their repository: they are documented in this tutorial .
Total running time of the script: (0 minutes 0.000 seconds)