Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
‘topepo’ committed Sep 25, 2024
1 parent 16b9723 commit cd5a32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A new model mode (`"quantile regression"`) was added. Including:
* A `linear_reg()` engine for `"quantreg"`.
* Predictions are encoded via a custom vector type. See [hardhat::quantile_pred()].
* Predicted quantile levels are designated when the new model is specified. See `?set_mode`.
* Predicted quantile levels are designated when the new mode is specified. See `?set_mode`.

* `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).

Expand Down

0 comments on commit cd5a32b

Please sign in to comment.