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
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# parsnip (development version)
1
+
# parsnip 0.1.6
2
2
3
3
## Model Specification Changes
4
4
@@ -11,10 +11,9 @@
11
11
12
12
* The `liquidSVM` engine for `svm_rbf()` was deprecated due to that package's removal from CRAN. (#425)
13
13
14
-
* New model specification `survival_reg()` for the new mode `"censored regression"` (#444). `surv_reg()` is now soft-deprecated (#448).
15
-
16
-
* New model specification `proportional_hazards()` for the `"censored regression"` mode (#451).
14
+
* New model specification `survival_reg()` for the new mode `"censored regression"` (#444). `surv_reg()` is now soft-deprecated (#448). This function is currently listed as internal until the engines are sorted out.
17
15
16
+
* New model specification `proportional_hazards()` for the `"censored regression"` mode (#451). This function is currently listed as internal until the engines are sorted out.
18
17
## Other Changes
19
18
20
19
* Re-licensed package from GPL-2 to MIT. See [consent from copyright holders here](https://github.com/tidymodels/parsnip/issues/462).
@@ -23,11 +22,13 @@
23
22
24
23
* Re-organized model documentation for `update` methods (#479).
25
24
26
-
27
-
28
25
*`generics::required_pkgs()` was extended for `parsnip` objects.
29
26
27
+
* Prediction functions now give a consistent error when a user uses an unavailable value of `type` (#489)
28
+
29
+
* The `augment()` method was changed to avoid failing if the model does not enable class probabilities. The method now returns tibbles despite the input data class (#487) (#478)
30
30
31
+
* xgboost engines now respect the `event_level` option for predictions (#460).
0 commit comments