mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Minor change in EM explanation.
This commit is contained in:
parent
75b95619f2
commit
dbf920ebd5
1 changed files with 1 additions and 1 deletions
|
|
@ -397,7 +397,7 @@ class model(parameterised):
|
||||||
:type optimzer: string TODO: valid strings?
|
:type optimzer: string TODO: valid strings?
|
||||||
|
|
||||||
"""
|
"""
|
||||||
assert self.EP, "EM not available for gaussian likelihood"
|
assert self.EP, "EM is not available for gaussian likelihood"
|
||||||
log_change = epsilon + 1.
|
log_change = epsilon + 1.
|
||||||
self.log_likelihood_record = []
|
self.log_likelihood_record = []
|
||||||
self.gp_params_record = []
|
self.gp_params_record = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue