Skip to content

Commit

Permalink
update news + version (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Nov 19, 2021
1 parent a5f3c9b commit c0c9683
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: mlr3learners
Title: Recommended Learners for 'mlr3'
Version: 0.5.0.9000
Version: 0.5.1
Authors@R: c(
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
@@ -1,7 +1,10 @@
# mlr3learners 0.5.1

- `eval_metric()` is now explicitly set for xgboost learners to silence a
deprecation warning.
- Improved how the added hyperparameter `mtry.ratio` is converted to `mtry` to
simplify tuning.
- Multiple updates to hyperparameter sets.

# mlr3learners 0.5.0

Expand Down

0 comments on commit c0c9683

Please sign in to comment.