mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +02:00
kerns
This commit is contained in:
parent
e7a9a6a2fa
commit
63321e8409
18 changed files with 1861 additions and 0 deletions
6
GPy/__init__.py
Normal file
6
GPy/__init__.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import kern
|
||||
import models
|
||||
import inference
|
||||
import util
|
||||
import examples
|
||||
from core import priors
|
||||
Loading…
Add table
Add a link
Reference in a new issue