JuliaGaussianProcesses / ApproximateGPs.jl

Approximations for Gaussian processes: sparse variational inducing point approximations, Laplace approximation, ...
https://juliagaussianprocesses.github.io/ApproximateGPs.jl/dev
Other
35 stars 6 forks source link

Have a quick structure overview in the README #114

Closed theogf closed 2 years ago

theogf commented 2 years ago

With the new module structure, it makes it harder to explore the function with ApproximateGPs.+TAB. It would be nice to either have a quick overview on what module has what in the README or in the docstring of the ApproximateGPs module so that ?ApproximateGPs returns all the information that one needs.