Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* A bug for class predictions of two-class GAM models was fixed (#541)

* Fixed a bug for `logistic_reg()` with the LiblineaR engine (#552).


# parsnip 0.1.7

Expand Down
2 changes: 1 addition & 1 deletion R/logistic_reg_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ set_model_arg(
parsnip = "penalty",
original = "cost",
func = list(pkg = "dials", fun = "penalty"),
has_submodel = TRUE
has_submodel = FALSE
)

set_model_arg(
Expand Down