mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 01:02:39 +02:00
Stablised exp link_function and quadrature variances
This commit is contained in:
parent
1ed7d73219
commit
169fd9b8d4
3 changed files with 15 additions and 6 deletions
|
|
@ -21,7 +21,7 @@ class Poisson(Likelihood):
|
|||
"""
|
||||
def __init__(self, gp_link=None):
|
||||
if gp_link is None:
|
||||
gp_link = link_functions.Log_ex_1()
|
||||
gp_link = link_functions.Log()
|
||||
|
||||
super(Poisson, self).__init__(gp_link, name='Poisson')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue