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

[FEA] Add precomputed kernels to SVM #1192

Open
tfeher opened this issue Oct 1, 2019 · 1 comment
Open

[FEA] Add precomputed kernels to SVM #1192

tfeher opened this issue Oct 1, 2019 · 1 comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request

Comments

@tfeher
Copy link
Contributor

tfeher commented Oct 1, 2019

Sklearn defines a precomputed option SVM's kernel parameter. In this case, instead of passing the training vectors, we pass the Gram matrix that contains kernel values between all training examples.

This can be considered as a big kernel cache which is initialized by the user, and could be implemented by adapting the KernelCache class accordingly.

@emildi
Copy link

emildi commented Mar 26, 2022

Hello,

Is this functionality being considered for future implementation?

This would be quite useful as sklearn implementation is quite slow (being single threaded) and I find ThunderSVM quite buggy and outdated.

Thanks,
Emil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants