Skip to content

Commit 9755c81

Browse files
authored
chore: release (#255)
1 parent 195a4bb commit 9755c81

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: mlr3learners
22
Title: Recommended Learners for 'mlr3'
3-
Version: 0.5.4-9000
3+
Version: 0.5.6
44
Authors@R: c(
55
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
66
comment = c(ORCID = "0000-0001-9754-0393")),
@@ -50,7 +50,7 @@ Encoding: UTF-8
5050
NeedsCompilation: no
5151
Roxygen: list(markdown = TRUE)
5252
RoxygenNote: 7.2.3
53-
Collate:
53+
Collate:
5454
'aaa.R'
5555
'LearnerClassifCVGlmnet.R'
5656
'LearnerClassifGlmnet.R'

NEWS.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
# mlr3learners 0.5.4-9000
2-
* fix: unloading `mlr3learners` removes learners from dictionary.
1+
# mlr3learners 0.5.5
2+
3+
- Enable new early stopping mechanism for xgboost.
4+
- Improved documentation.
5+
- fix: unloading `mlr3learners` removes learners from dictionary.
36

47
# mlr3learners 0.5.4
58

0 commit comments

Comments
 (0)