Skip to content

Commit

Permalink
chore: release (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Jan 7, 2023
1 parent 195a4bb commit 9755c81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: mlr3learners
Title: Recommended Learners for 'mlr3'
Version: 0.5.4-9000
Version: 0.5.6
Authors@R: c(
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
comment = c(ORCID = "0000-0001-9754-0393")),
Expand Down Expand Up @@ -50,7 +50,7 @@ Encoding: UTF-8
NeedsCompilation: no
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Collate:
Collate:
'aaa.R'
'LearnerClassifCVGlmnet.R'
'LearnerClassifGlmnet.R'
Expand Down
7 changes: 5 additions & 2 deletions NEWS.md
@@ -1,5 +1,8 @@
# mlr3learners 0.5.4-9000
* fix: unloading `mlr3learners` removes learners from dictionary.
# mlr3learners 0.5.5

- Enable new early stopping mechanism for xgboost.
- Improved documentation.
- fix: unloading `mlr3learners` removes learners from dictionary.

# mlr3learners 0.5.4

Expand Down

0 comments on commit 9755c81

Please sign in to comment.