mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
removed unnecessary imports in likelihoods when hunting down weave depencencies
This commit is contained in:
parent
dd987d9428
commit
5cb159f8d4
7 changed files with 0 additions and 7 deletions
|
|
@ -5,7 +5,6 @@
|
||||||
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.util.univariate_Gaussian import std_norm_pdf,std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from likelihood import Likelihood
|
from likelihood import Likelihood
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
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 ..util.univariate_Gaussian import std_norm_pdf,std_norm_cdf
|
|
||||||
from ..core.parameterization import Param
|
from ..core.parameterization import Param
|
||||||
import link_functions
|
import link_functions
|
||||||
from likelihood import Likelihood
|
from likelihood import Likelihood
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,6 @@ James 11/12/13
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import stats, special
|
from scipy import stats, special
|
||||||
from GPy.util.univariate_Gaussian import std_norm_pdf, std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from likelihood import Likelihood
|
from likelihood import Likelihood
|
||||||
from ..core.parameterization import Param
|
from ..core.parameterization import Param
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
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 ..util.univariate_Gaussian import std_norm_pdf,std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from ..util.misc import chain_1, chain_2, chain_3
|
from ..util.misc import chain_1, chain_2, chain_3
|
||||||
from scipy.integrate import quad
|
from scipy.integrate import quad
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import stats, special
|
from scipy import stats, special
|
||||||
from GPy.util.univariate_Gaussian import std_norm_pdf, std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from likelihood import Likelihood
|
from likelihood import Likelihood
|
||||||
from gaussian import Gaussian
|
from gaussian import Gaussian
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@ except ImportError:
|
||||||
sympy_available=False
|
sympy_available=False
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from ..util.univariate_Gaussian import std_norm_pdf, std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from symbolic import Symbolic
|
from symbolic import Symbolic
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,6 @@
|
||||||
import sympy as sym
|
import sympy as sym
|
||||||
from GPy.util.symbolic import gammaln, normcdfln, normcdf, IndMatrix, create_matrix
|
from GPy.util.symbolic import gammaln, normcdfln, normcdf, IndMatrix, create_matrix
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from ..util.univariate_Gaussian import std_norm_pdf, std_norm_cdf
|
|
||||||
import link_functions
|
import link_functions
|
||||||
from symbolic import Symbolic
|
from symbolic import Symbolic
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue