Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Distributions = "0.25.79"
DocStringExtensions = "0.9.3"
Documenter = "1"
Gen = "0.4.5"
Match = "1.2.0"
Match = "2.1.0"
Parameters = "0.12.3"
Statistics = "1"
julia = "1.8"
Expand Down
1 change: 1 addition & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ AutoGP.covariance_kernels
AutoGP.observation_noise_variances
AutoGP.decompose
AutoGP.extract_kernel
AutoGP.split_kernel_sop
```

## [Serialization](@id model_serialization)
Expand Down
1 change: 1 addition & 0 deletions docs/src/gp.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ AutoGP.GP.eval_cov
AutoGP.GP.compute_cov_matrix
AutoGP.GP.compute_cov_matrix_vectorized
AutoGP.GP.extract_kernel
AutoGP.GP.split_kernel_sop
AutoGP.GP.reparameterize
AutoGP.GP.rescale
```
Expand Down
615 changes: 428 additions & 187 deletions docs/src/tutorials/decomposition.ipynb

Large diffs are not rendered by default.

Loading