You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@
20
20
21
21
* Fixed outcome type checking affecting a subset of regression models (#625).
22
22
23
-
* New `extract_parameter_set_dials()` method to extract parameter sets from model specs.
24
-
25
-
* New `extract_parameter_dials()` method to extract a single parameter from model specs.
26
-
27
23
* Prediction using `multinom_reg()` with the `nnet` engine with a single row no longer fails (#612).
28
24
29
25
## Other Changes
@@ -34,10 +30,14 @@
34
30
35
31
*`fit_control()` is soft-deprecated in favor of `control_parsnip()`.
36
32
37
-
* Argument `interval` was added for prediction: For types "survival" and "quantile", estimates for the confidence or prediction interval can be added if available (#615).
33
+
* New `extract_parameter_set_dials()` method to extract parameter sets from model specs.
34
+
35
+
* New `extract_parameter_dials()` method to extract a single parameter from model specs.
36
+
37
+
* Argument `interval` was added for prediction: For types `"survival"` and `"quantile"`, estimates for the confidence or prediction interval can be added if available (#615).
38
38
39
39
*`set_dependency()` now allows developers to create package requirements that are specific to the model's mode (#604).
40
-
*
40
+
41
41
*`varying()` is soft-deprecated in favor of `tune()`.
42
42
43
43
*`varying_args()` is soft-deprecated in favor of `tune_args()`.
0 commit comments