mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
Part written addition to datasets for loading in google trends.
This commit is contained in:
parent
8b2ba52a8f
commit
fab136392a
2 changed files with 21 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ class Sympykern(Kern):
|
|||
if self.output_dim > 1:
|
||||
self.arg_list += self._sp_theta_i + self._sp_theta_j
|
||||
self.diag_arg_list += self._sp_theta_i
|
||||
|
||||
# psi_stats aren't yet implemented.
|
||||
if False:
|
||||
self.compute_psi_stats()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue