Heiko Strathmann
Heiko Strathmann
This is old stuff @Saurabh7 do you want to update this so we can finally merge it?
This actually doesn't look that bad...everything is in the lines of `train_machine`, `solver`, `objective` and therefore will be easy as the refactor only needs to pass the labels to the...
don't think there is atm.
sweet, looking forward to see this once it is working :)
> @karlnapf so this works now, a minimal example looks like this: great! this is awesome! > Once the smart pointer PR is merged it'll work with interfaces Ah yes,...
yes, let's keep it :)
yep I think that would be nice
Yes, you might want to get rid of the LAPACK calls in [KRR](http://www.shogun-toolbox.org/doc/en/latest/classshogun_1_1CKernelRidgeRegression.html) These can be replace with Eigen3 calls. Unit testing is also not existing here. In addition, if...
Nice one, feel free to send a patch with corrections - In linear regression, the bias term is the data mean. You can compute and add that explicitly. This is...
BTW the [docs](http://shogun-toolbox.org/doc/en/latest/classshogun_1_1CLeastSquaresRegression.html) state that the bias is set to 0. You can double check them as well, and clean up if there are problems. But even if the docs...