Skip to content

Commit 64577bd

Browse files
committed
version bump and redoc
1 parent 0c95634 commit 64577bd

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 1.3.2.9000
3+
Version: 1.3.3
44
Authors@R: c(
55
person("Max", "Kuhn", , "[email protected]", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "[email protected]", role = "aut"),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# parsnip (development version)
1+
# parsnip 1.3.3
22

33
* Bug fix in how tunable parameters were configured for brulee neural networks.
44

man/details_svm_linear_kernlab.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rmd/svm_linear_kernlab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ svm_linear(
3939
##
4040
## Model fit template:
4141
## kernlab::ksvm(x = missing_arg(), data = missing_arg(), C = double(1),
42-
## epsilon = double(1), kernel = "vanilladot")
42+
## epsilon = double(1), kernel = "vanilladot", kpar = list())
4343
```
4444

4545
## Translation from parsnip to the original package (classification)
@@ -64,7 +64,7 @@ svm_linear(
6464
##
6565
## Model fit template:
6666
## kernlab::ksvm(x = missing_arg(), data = missing_arg(), C = double(1),
67-
## kernel = "vanilladot", prob.model = TRUE)
67+
## kernel = "vanilladot", kpar = list(), prob.model = TRUE)
6868
```
6969

7070
The `margin` parameter does not apply to classification models.

0 commit comments

Comments
 (0)