Skip to content

Commit

Permalink
Merge branch 'main' into spark-1045
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Jan 17, 2024
2 parents cb66545 + 2752453 commit f27f0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

* Fixed bug in fitting some model types with the `"spark"` engine (#1045).

* Fixed issue in `mlp()` metadata where the `stop_iter` engine argument had been mistakenly protected for the `"brulee"` engine. (#1050)

* `.filter_eval_time()` was moved to the survival standalone file.

* Improved errors and documentation related to special terms in formulas. See `?model_formula` to learn more. (#770, #1014)
Expand Down
10 changes: 0 additions & 10 deletions R/mlp_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -433,16 +433,6 @@ set_model_arg(
has_submodel = FALSE
)


set_model_arg(
model = "mlp",
eng = "brulee",
parsnip = "stop_iter",
original = "stop_iter",
func = list(pkg = "dials", fun = "stop_iter"),
has_submodel = FALSE
)

set_model_arg(
model = "mlp",
eng = "brulee",
Expand Down

0 comments on commit f27f0bb

Please sign in to comment.