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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
Package: parsnip
2
-
Version: 0.0.3.9000
2
+
Version: 0.0.3.9001
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).
Copy file name to clipboardExpand all lines: NEWS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
-
# parsnip 0.0.3.9000
1
+
# parsnip 0.0.3.9001
2
2
3
3
* Some default parameter ranges were updated for SVM, KNN, and MARS models.
4
4
5
5
*[A bug](https://github.com/tidymodels/parsnip/issues/208) was fixed related to using data descriptors and `fit_xy()`.
6
6
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
+
7
9
# parsnip 0.0.3.1
8
10
9
11
Test case update due to CRAN running extra tests [(#202)](https://github.com/tidymodels/parsnip/issues/202)
0 commit comments