diff --git a/GPy/likelihoods/likelihood.py b/GPy/likelihoods/likelihood.py index 61f7d8aa..a86eaac6 100644 --- a/GPy/likelihoods/likelihood.py +++ b/GPy/likelihoods/likelihood.py @@ -34,9 +34,6 @@ class likelihood(Parameterized): def _set_params(self, x): raise NotImplementedError - def fit(self): - raise NotImplementedError - def fit_full(self, K): """ No approximations needed by default