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: DESCRIPTION
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
Package: parsnip
2
-
Version: 0.0.3.9001
2
+
Version: 0.0.3.9002
3
3
Title: A Common API to Modeling and Analysis Functions
4
4
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
5
5
Authors@R: c(
6
6
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
7
7
person(given = "Davis", family = "Vaughan", email = "[email protected]", role = c("aut")),
Copy file name to clipboardExpand all lines: NEWS.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,10 @@ parsnip model object, and is printed when the model object is printed.
13
13
14
14
* 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).
15
15
16
-
# [A bug](https://github.com/tidymodels/parsnip/issues/174) was fixed
17
-
standardizing the column names of `nnet` class probability predictions.
16
+
* The model `udpate()` methods gained a `parameters` argument for cases when the parameters are contained in a tibble or list.
17
+
18
+
# [A bug](https://github.com/tidymodels/parsnip/issues/174) was fixed standardizing the column names of `nnet` class probability predictions.
0 commit comments