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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@
6
6
7
7
* A bug was fixed related to the column names generated by `multi_predict()`. The top-level tibble will always have a column named `.pred` and this list column contains tibbles across sub-models. The column names for these sub-model tibbles will have names consistent with `predict()` (which was previously incorrect). See [43c15db](https://github.com/tidymodels/parsnip/commit/43c15db377ea9ef27483ff209f6bd0e98cb830d2).
8
8
9
+
# [A bug](https://github.com/tidymodels/parsnip/issues/174) was fixed
10
+
standardizing the column names of `nnet` class probability predictions.
11
+
9
12
# parsnip 0.0.3.1
10
13
11
14
Test case update due to CRAN running extra tests [(#202)](https://github.com/tidymodels/parsnip/issues/202)
0 commit comments