mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Adding refs to new clustering and offset model and utility
This commit is contained in:
parent
2e027367d0
commit
c701fb9f09
2 changed files with 3 additions and 0 deletions
|
|
@ -26,3 +26,5 @@ from .dpgplvm import DPBayesianGPLVM
|
|||
from .state_space_model import StateSpace
|
||||
|
||||
from .ibp_lfm import IBPLFM
|
||||
|
||||
from .gp_offset_regression import GPOffsetRegression
|
||||
|
|
|
|||
|
|
@ -16,3 +16,4 @@ from . import initialization
|
|||
from . import multioutput
|
||||
from . import parallel
|
||||
from . import functions
|
||||
from . import cluster_with_offset
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue