mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
Switched to scipy.special.log1p@
This commit is contained in:
parent
54ea44b9f9
commit
d3321251ef
2 changed files with 4 additions and 4 deletions
|
|
@ -141,7 +141,7 @@ class Log_ex_1(GPTransformation):
|
|||
|
||||
"""
|
||||
def transf(self,f):
|
||||
return scipy.log1p(safe_exp(f))
|
||||
return scipy.special.log1p(safe_exp(f))
|
||||
|
||||
def dtransf_df(self,f):
|
||||
ef = safe_exp(f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue