mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
[testing] more restructuring, almost ready to ship, added some tests for testing with travis
This commit is contained in:
parent
831e032ade
commit
fa8f73326e
65 changed files with 628 additions and 1046 deletions
|
|
@ -36,5 +36,3 @@ class GPHeteroscedasticRegression(GP):
|
|||
|
||||
super(GPHeteroscedasticRegression, self).__init__(X,Y,kernel,likelihood, Y_metadata=Y_metadata)
|
||||
|
||||
def plot(self,*args):
|
||||
return NotImplementedError
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue