Skip to content

Commit

Permalink
Improve README, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simsurace committed Feb 27, 2024
1 parent 74c4418 commit 9aa8c4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
[![Codecov](https://codecov.io/gh/JuliaGaussianProcesses/EasyGPs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGaussianProcesses/EasyGPs.jl/tree/master)

EasyGPs.jl is a package that defines a high-level API for the JuliaGaussianProcesses
ecosystem. It is aimed at people who want to use GPs to do exploratory analysis, model data
and make predictions without having to deal with all the low-level detail.
ecosystem. It handles model parameterization and training, allowing users to focus on the
data and results without being distracted by tedious and repetitive tasks.

> [!NOTE]
> This is currently an experimental package and may undergo rapid breaking changes.
> This is an experimental package and may undergo breaking changes.
## Usage

Expand Down
2 changes: 1 addition & 1 deletion examples/0-mauna-loa/script.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# In this notebook, we apply Gaussian process regression to the Mauna Loa CO₂
# dataset. It is adapted from [the corresponding AbstractGPs.jl tutorial](
# https://juliagaussianprocesses.github.io/AbstractGPs.jl/stable/examples/1-mauna-loa/)
# https://juliagaussianprocesses.github.io/AbstractGPs.jl/stable/examples/1-mauna-loa/).
# It is therefore instructive to read that first and then see how EasyGPs.jl
# simplifies the steps.

Expand Down

0 comments on commit 9aa8c4d

Please sign in to comment.