Skip to content

Commit

Permalink
Merge pull request #17 from thomaspinder/master
Browse files Browse the repository at this point in the history
Correct comparison.md
  • Loading branch information
theogf committed Jul 1, 2019
2 parents 7515762 + 9ed8d8d commit 1327165
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ AGP.jl stands for AugmentedGaussianProcesses.jl and GP.jl for GaussianProcesses.
| Exponentiated Quadratic ||||
| Rational Quadratic ||||
| Wiener ||||
| Sum of kernel ||| |
| Product of kernels ||| |
| Sum of kernel ||| |
| Product of kernels ||| |

Note that the kernels will be defered to `MLKernels.jl` in the future.

# Other features

| Feature | AGP.jl | Stheno.jl | GP.jl |
| --- | :-: | :-: | :-: |
| Sparse GP ||| |
| Sparse GP ||| |
| Custom prior Mean ||||
| Hyperparam. Opt. || ? | ? |
| MultiOutput ||||

0 comments on commit 1327165

Please sign in to comment.