Skip to content

Commit

Permalink
remove unused gaussian kernel from example
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Feb 15, 2012
1 parent 3e3db13 commit 0338587
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -16,7 +16,6 @@
def regression_linear_ridge_modular (fm_train=traindat,fm_test=testdat,label_train=label_traindat,tau=1e-6):

from shogun.Features import Labels, RealFeatures
from shogun.Kernel import GaussianKernel
from shogun.Regression import LinearRidgeRegression

rr=LinearRidgeRegression(tau, RealFeatures(traindat), Labels(label_train))
Expand Down

0 comments on commit 0338587

Please sign in to comment.