mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
change import statements for calling locally
This commit is contained in:
parent
61872fb315
commit
84e39667fa
1 changed files with 5 additions and 4 deletions
|
|
@ -5,10 +5,11 @@ from __future__ import division
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import stats,special
|
from scipy import stats,special
|
||||||
import scipy as sp
|
import scipy as sp
|
||||||
from GPy.likelihoods.link_functions import Log, Identity
|
from ..core.parameterization import Param
|
||||||
from GPy.likelihoods.likelihood import Likelihood
|
from ..core.parameterization.transformations import Logexp
|
||||||
from GPy.core.parameterization import Param
|
from . import link_functions
|
||||||
from GPy.core.parameterization.transformations import Logexp
|
from .likelihood import Likelihood
|
||||||
|
from .link_functions import Log
|
||||||
|
|
||||||
class LogLogistic(Likelihood):
|
class LogLogistic(Likelihood):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue