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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ First CRAN release
198
198
# parsnip 0.0.0.9003
199
199
200
200
*`regularization` was changed to `penalty` in a few models to be consistent with [this change](https://tidymodels.github.io/model-implementation-principles/standardized-argument-names.html#tuning-parameters).
201
-
* If a mode is not chosen in the model specification, it is assigned at the time of fit. [51](https://github.com/tidyverse/parsnip/issues/51)
201
+
* If a mode is not chosen in the model specification, it is assigned at the time of fit. [51](https://github.com/tidymodels/parsnip/issues/51)
202
202
* The underlying modeling packages now are loaded by namespace. There will be some exceptions noted in the documentation for each model. For example, in some `predict` methods, the `earth` package will need to be attached to be fully operational.
203
203
204
204
# parsnip 0.0.0.9002
@@ -212,7 +212,7 @@ First CRAN release
212
212
213
213
# parsnip 0.0.0.9000
214
214
215
-
* 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/tidyverse/parsnip/issues/33).
215
+
* 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/tidymodels/parsnip/issues/33).
216
216
* Added a `NEWS.md` file to track changes to the package.
217
-
*`predict` methods were [overhauled](https://github.com/tidyverse/parsnip/issues/34) to be [consistent](https://github.com/tidyverse/parsnip/issues/41).
217
+
*`predict` methods were [overhauled](https://github.com/tidymodels/parsnip/issues/34) to be [consistent](https://github.com/tidymodels/parsnip/issues/41).
0 commit comments