mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
sphinx configuratino for readthedocs.org
This commit is contained in:
parent
3070f0b6c5
commit
57934d82a6
5 changed files with 429 additions and 4 deletions
|
|
@ -44,7 +44,7 @@ class sparse_GP_regression(GP_regression):
|
|||
else:
|
||||
assert Z.shape[1]==X.shape[1]
|
||||
self.Z = Z
|
||||
self.M = Z.shape[1]
|
||||
self.M = Z.shape[0]
|
||||
if X_uncertainty is None:
|
||||
self.has_uncertain_inputs=False
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue