lsorber / neo-ls-svm

Neo LS-SVM is a modern Least-Squares Support Vector Machine implementation
MIT License
18 stars 0 forks source link

refactor: remove target transformation #13

Closed lsorber closed 8 months ago

lsorber commented 8 months ago

Neo LS-SVM has a bias term in the prediction function, so we can remove the affine target transformation without affecting the solution.