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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,14 @@
1
1
# parsnip 0.0.3.9001
2
2
3
+
## New Features
4
+
5
+
* The time elapsed during model fitting is stored in the `$elapsed` slot of the
6
+
parsnip model object, and is printed when the model object is printed.
7
+
3
8
* Some default parameter ranges were updated for SVM, KNN, and MARS models.
4
9
10
+
## Fixes
11
+
5
12
*[A bug](https://github.com/tidymodels/parsnip/issues/208) was fixed related to using data descriptors and `fit_xy()`.
6
13
7
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).
0 commit comments