Skip to content

Commit

Permalink
release: 0.5.2 (#55)
Browse files Browse the repository at this point in the history
* release: 0.5.2

* release: 0.5.2
  • Loading branch information
be-marc authored Nov 23, 2024
1 parent 545d95a commit 4bbf9ca
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 22 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3tuningspaces
Title: Search Spaces for 'mlr3'
Version: 0.5.1.9000
Version: 0.5.2
Authors@R: c(
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3tuningspaces (development version)
# mlr3tuningspaces 0.5.2

* compatibility: mlr3learners 0.9.0

Expand Down
4 changes: 0 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ There are several sections about hyperparameter optimization in the [mlr3book](h
* Getting started with the [book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-tuning-spaces) section on mlr3tuningspaces.
* Learn about [search space](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-learner-search-space).

The [gallery](https://mlr-org.com/gallery-all-optimization.html) features a collection of case studies and demos about optimization.

* [Tune](https://mlr-org.com/gallery/optimization/2021-07-06-introduction-to-mlr3tuningspaces/) a classification tree with the default tuning space from @bischl_2021.

## Installation

Install the last release from CRAN:
Expand Down
25 changes: 9 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,11 @@ publications.
There are several sections about hyperparameter optimization in the
[mlr3book](https://mlr3book.mlr-org.com).

- Getting started with the
[book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-tuning-spaces)
section on mlr3tuningspaces.
- Learn about [search
space](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-learner-search-space).

The [gallery](https://mlr-org.com/gallery-all-optimization.html)
features a collection of case studies and demos about optimization.

- [Tune](https://mlr-org.com/gallery/optimization/2021-07-06-introduction-to-mlr3tuningspaces/)
a classification tree with the default tuning space from Bischl et
al. (2023).
- Getting started with the
[book](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-tuning-spaces)
section on mlr3tuningspaces.
- Learn about [search
space](https://mlr3book.mlr-org.com/chapters/chapter4/hyperparameter_optimization.html#sec-learner-search-space).

## Installation

Expand Down Expand Up @@ -122,10 +115,10 @@ tuning_space

## <TuningSpace:classif.rpart.rbv2>: Classification Rpart with RandomBot
## id lower upper levels logscale
## 1: cp 1e-04 1 TRUE
## 2: maxdepth 1e+00 30 FALSE
## 3: minbucket 1e+00 100 FALSE
## 4: minsplit 1e+00 100 FALSE
## 1: cp 1e-04 1 [NULL] TRUE
## 2: maxdepth 1e+00 30 [NULL] FALSE
## 3: minbucket 1e+00 100 [NULL] FALSE
## 4: minsplit 1e+00 100 [NULL] FALSE

Get the learner with tuning space.

Expand Down

0 comments on commit 4bbf9ca

Please sign in to comment.