Skip to content

Commit

Permalink
fix missing rename KRR -> KernelRidgeRegression
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Feb 16, 2012
1 parent c612a4c commit 32bfe20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
num_threads=1;
labels=Labels(label_train);

krr=KRR(tau, kernel, labels);
krr=KernelRidgeRegression(tau, kernel, labels);
krr.parallel.set_num_threads(num_threads);
krr.train();

Expand Down

0 comments on commit 32bfe20

Please sign in to comment.