Skip to content

Commit 5b09175

Browse files
committed
add PR number
1 parent 2748d06 commit 5b09175

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# parsnip (development version)
22

33
* A new model mode, "quantile regression" was added. Including:
4-
* A function to create a new vector class called `quantile_pred()` was added.
4+
* A function to create a new vector class called `quantile_pred()` was added (#1191).
55
* A `linear_reg()` engine for `"quantreg"`.
66

77
* `fit_xy()` currently raises an error for `gen_additive_mod()` model specifications as the default engine (`"mgcv"`) specifies smoothing terms in model formulas. However, some engines specify smooths via additional arguments, in which case the restriction on `fit_xy()` is excessive. parsnip will now only raise an error when fitting a `gen_additive_mod()` with `fit_xy()` when using the `"mgcv"` engine (#775).

0 commit comments

Comments
 (0)