mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 13:02:38 +02:00
bug fixed
This commit is contained in:
parent
ef072f235c
commit
822fd4f622
1 changed files with 0 additions and 2 deletions
|
|
@ -55,8 +55,6 @@ class Probit(GPTransformation):
|
||||||
def d2transf_df2(self,f):
|
def d2transf_df2(self,f):
|
||||||
return -f * std_norm_pdf(f)
|
return -f * std_norm_pdf(f)
|
||||||
|
|
||||||
def
|
|
||||||
|
|
||||||
class Log(GPTransformation):
|
class Log(GPTransformation):
|
||||||
"""
|
"""
|
||||||
$$
|
$$
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue