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

Addition of liquidSVM engine to svm_rbf #300

Merged
merged 3 commits into from
May 5, 2020
Merged

Addition of liquidSVM engine to svm_rbf #300

merged 3 commits into from
May 5, 2020

Conversation

stevenpawley
Copy link
Contributor

Hi Max,

Here is a pull request with the updated liquidSVM engine. I've removed the nearest neighbours FNN package for now because AFAICT it requires a wrapper (FNN contains separate functions for regression and classification but they don't follow the formula or x/y interface). The predict method also needs a wrapper and I can't see a way around that.

Regarding liquidSVM, from the vignette, it appears that sigma is the equivalent of liquidSVMs 1/gammas^2 which is in the modified translate.svm_rbf method.

@topepo
Copy link
Member

topepo commented May 5, 2020

Thanks! I'll merge and make a few edits. We just started using pre-rendered Rmd files for the engine details.

@topepo topepo merged commit 41693da into tidymodels:master May 5, 2020
@topepo topepo mentioned this pull request May 6, 2020
@github-actions
Copy link

github-actions bot commented Mar 7, 2021

This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants