Skip to content

Commit 8ff0a28

Browse files
committed
Update NEWS
1 parent 4f04f77 commit 8ff0a28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
* For models with `glmnet` engines:
88

9-
- 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 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.
9+
- 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 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 for discussion (#486).
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)