mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Example of sde_Matern covarince function is added, along with other small changes.
State-space example is slightly modified. Imports are corrected accordingly.
This commit is contained in:
parent
5b381af40d
commit
03d4096fe8
3 changed files with 72 additions and 2 deletions
|
|
@ -22,3 +22,5 @@ from .gp_var_gauss import GPVariationalGaussianApproximation
|
|||
from .one_vs_all_classification import OneVsAllClassification
|
||||
from .one_vs_all_sparse_classification import OneVsAllSparseClassification
|
||||
from .dpgplvm import DPBayesianGPLVM
|
||||
|
||||
from state_space import StateSpace
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue