mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +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
|
||||
from scipy import stats,special
|
||||
import scipy as sp
|
||||
from GPy.likelihoods.link_functions import Log, Identity
|
||||
from GPy.likelihoods.likelihood import Likelihood
|
||||
from GPy.core.parameterization import Param
|
||||
from GPy.core.parameterization.transformations import Logexp
|
||||
from ..core.parameterization import Param
|
||||
from ..core.parameterization.transformations import Logexp
|
||||
from . import link_functions
|
||||
from .likelihood import Likelihood
|
||||
from .link_functions import Log
|
||||
|
||||
class LogLogistic(Likelihood):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue