Skip to content

Commit 2353875

Browse files
committed
Update NEWS
1 parent 1fb7988 commit 2353875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* For models with `glmnet` engines:
88

99
- A single value is required for `penalty` (either a single numeric value or a value of `tune()`) (#481)
10-
- A special argument called `path_values` can be used to set the `lambda` path is a specific set of numbers (independent of the value of `penalty`). A pure ridge regression models (i.e., `mixture = 1`) will generate incorrect values if the path does not include zero. See issue #431.
10+
- A special argument called `path_values` can be used to set the `lambda` path as a specific set of numbers (independent of the value of `penalty`). A pure ridge regression models (i.e., `mixture = 1`) will generate incorrect values if the path does not include zero. See issue #431.
1111

1212
* The `liquidSVM` engine for `svm_rbf()` was deprecated due to that package's removal from CRAN. (#425)
1313

0 commit comments

Comments
 (0)