mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Plotting functions modified
This commit is contained in:
parent
957d2bd2aa
commit
016b4fc74f
2 changed files with 0 additions and 3 deletions
|
|
@ -4,8 +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
|
||||||
import pylab as pb
|
|
||||||
from ..util.plot import gpplot
|
|
||||||
from ..util.univariate_Gaussian import std_norm_pdf,std_norm_cdf
|
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
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from scipy import stats
|
from scipy import stats
|
||||||
import scipy as sp
|
import scipy as sp
|
||||||
import pylab as pb
|
|
||||||
from GPy.util.univariate_Gaussian import std_norm_pdf,std_norm_cdf,inv_std_norm_cdf
|
from GPy.util.univariate_Gaussian import std_norm_pdf,std_norm_cdf,inv_std_norm_cdf
|
||||||
|
|
||||||
class GPTransformation(object):
|
class GPTransformation(object):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue