mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
removed imports from __init__.py
This commit is contained in:
parent
8a3e10700d
commit
079a20620a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
|
|
||||||
from GP_regression import GP_regression
|
from GP_regression import GP_regression
|
||||||
from sparse_GP_regression import sparse_GP_regression, sgp_debugB, sgp_debugC, sgp_debugE
|
from sparse_GP_regression import sparse_GP_regression
|
||||||
from GPLVM import GPLVM
|
from GPLVM import GPLVM
|
||||||
from warped_GP import warpedGP
|
from warped_GP import warpedGP
|
||||||
from GP_EP import GP_EP
|
from GP_EP import GP_EP
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue