mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
commented out stochastics.py -- not added
This commit is contained in:
parent
26396939e5
commit
76598bac41
1 changed files with 2 additions and 2 deletions
|
|
@ -10,8 +10,8 @@ from parameterization.variational import VariationalPosterior
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
from GPy.inference.latent_function_inference.posterior import Posterior
|
from GPy.inference.latent_function_inference.posterior import Posterior
|
||||||
from GPy.inference.optimization.stochastics import SparseGPStochastics,\
|
#no stochastics.py file added! from GPy.inference.optimization.stochastics import SparseGPStochastics,\
|
||||||
SparseGPMissing
|
#SparseGPMissing
|
||||||
logger = logging.getLogger("sparse gp")
|
logger = logging.getLogger("sparse gp")
|
||||||
|
|
||||||
class SparseGP(GP):
|
class SparseGP(GP):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue