mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
some tifying in the models classes
This commit is contained in:
parent
cd3bcee11c
commit
63ab143e7c
6 changed files with 15 additions and 26 deletions
|
|
@ -22,6 +22,7 @@ class GPRegression(GP):
|
|||
"""
|
||||
|
||||
def __init__(self, X, Y, kernel=None):
|
||||
|
||||
if kernel is None:
|
||||
kernel = kern.rbf(X.shape[1])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue