-
Notifications
You must be signed in to change notification settings - Fork 10
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
Plans to Support more SVM types #9
Comments
I haven't checked in with libSVM in a while, but this project was / is meant to be a drop-in Rust replacement. I could see support for other SVM types being added, but that would have to be driven by somebody else as it's not on my roadmap right now. |
Hmmm, I would have to evaluate that for myself as well. BUT supposing someone wanted to contribute to this project, what are the contribution guidelines to follow? |
Contributions are very welcome. A few thoughts, random order:
(1) In theory it's great, but portable SIMD in Rust has been unstable for 5 years or so, and I don't know how many more years it will stay in that state. If I rewrote FFSVM from scratch I'd probably check autovec as mentioned, and / or add a super-thin stable SIMD shim on stable. Being nightly only is a huge drawback for adoption. |
Are there any plans to support more SVM types like multi-class GMNP? The Shogun project seems quiet now (abandoned?) and has left behind a trove of BSD-3 licensed C++.
Love that you are using Portable SIMD, it's a really great project.
The text was updated successfully, but these errors were encountered: