mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Removed fit as it is unused
This commit is contained in:
parent
91f194cd29
commit
ec36007564
1 changed files with 0 additions and 3 deletions
|
|
@ -34,9 +34,6 @@ class likelihood(Parameterized):
|
||||||
def _set_params(self, x):
|
def _set_params(self, x):
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
|
||||||
def fit(self):
|
|
||||||
raise NotImplementedError
|
|
||||||
|
|
||||||
def fit_full(self, K):
|
def fit_full(self, K):
|
||||||
"""
|
"""
|
||||||
No approximations needed by default
|
No approximations needed by default
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue