Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the nu parameter used incorrectly, for svm regression? #317

Open
marcusbuffett opened this issue Oct 11, 2023 · 1 comment
Open

Is the nu parameter used incorrectly, for svm regression? #317

marcusbuffett opened this issue Oct 11, 2023 · 1 comment

Comments

@marcusbuffett
Copy link

Was just browsing through the source, and this seemed weird, I could be totally off-base so feel free to just close, but in fit_nu, nu is the last param , but when it's called, nu is the second-to-last param, and c is the last param: https://github.com/rust-ml/linfa/blob/master/algorithms/linfa-svm/src/regression.rs#L144-L145

@YuhanLiin
Copy link
Collaborator

Not sure about this one. @bytesnake You wrote the SVM implementation right? Any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants