Skip to content

Commit 3671e19

Browse files
authored
Merge pull request #331 from tidymodels/svm-margin
update for recent dials change for the svm margin parameter
2 parents 7860b56 + b95a841 commit 3671e19

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

R/svm_poly_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set_model_arg(
4040
eng = "kernlab",
4141
parsnip = "margin",
4242
original = "epsilon",
43-
func = list(pkg = "dials", fun = "margin"),
43+
func = list(pkg = "dials", fun = "svm_margin"),
4444
has_submodel = FALSE
4545
)
4646

R/svm_rbf_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ set_model_arg(
3232
eng = "kernlab",
3333
parsnip = "margin",
3434
original = "epsilon",
35-
func = list(pkg = "dials", fun = "margin"),
35+
func = list(pkg = "dials", fun = "svm_margin"),
3636
has_submodel = FALSE
3737
)
3838

man/reexports.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/svm_rbf.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)