Skip to content

Commit 082549d

Browse files
committed
news
1 parent 0a132e5 commit 082549d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# parsnip 0.0.3.9001
22

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+
38
* Some default parameter ranges were updated for SVM, KNN, and MARS models.
49

10+
## Fixes
11+
512
* [A bug](https://github.com/tidymodels/parsnip/issues/208) was fixed related to using data descriptors and `fit_xy()`.
613

714
* 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

Comments
 (0)