mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 19:42:39 +02:00
[missingdata] file for missing data was missing O_o
This commit is contained in:
parent
4e8fbebe27
commit
682854892b
2 changed files with 4 additions and 4 deletions
|
|
@ -10,6 +10,8 @@ from parameterization.variational import VariationalPosterior
|
|||
|
||||
import logging
|
||||
from GPy.inference.latent_function_inference.posterior import Posterior
|
||||
from GPy.inference.optimization.stochastics import SparseGPStochastics,\
|
||||
SparseGPMissing
|
||||
#no stochastics.py file added! from GPy.inference.optimization.stochastics import SparseGPStochastics,\
|
||||
#SparseGPMissing
|
||||
logger = logging.getLogger("sparse gp")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue