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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
## New Features
4
4
5
5
* A "null model" is now available that fits a predictor-free model (using the mean of the outcome for regression or the mode for classification).
6
+
*`fit_xy()` can take a single column data frame or matrix for `y` without error
6
7
7
8
## Other Changes
8
9
@@ -38,7 +39,7 @@ First CRAN release
38
39
39
40
# parsnip 0.0.0.9005
40
41
41
-
* The engine, and any associated arguments, are now specified using `set_engine`. There is no `engine` argument
42
+
* The engine, and any associated arguments, are now specified using `set_engine()`. There is no `engine` argument
42
43
43
44
44
45
# parsnip 0.0.0.9004
@@ -64,7 +65,7 @@ First CRAN release
64
65
65
66
# parsnip 0.0.0.9000
66
67
67
-
* The `fit` interface was previously used to cover both the x/y interface as well as the formula interface. Now, `fit` is the formula interface and [`fit_xy` is for the x/y interface](https://github.com/topepo/parsnip/issues/33).
68
+
* The `fit` interface was previously used to cover both the x/y interface as well as the formula interface. Now, `fit()` is the formula interface and [`fit_xy()` is for the x/y interface](https://github.com/topepo/parsnip/issues/33).
68
69
* Added a `NEWS.md` file to track changes to the package.
69
70
*`predict` methods were [overhauled](https://github.com/topepo/parsnip/issues/34) to be [consistent](https://github.com/topepo/parsnip/issues/41).
0 commit comments