Skip to content

Commit

Permalink
cleanup NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg committed Dec 10, 2019
1 parent b89ce53 commit 645ac6c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# mlr3 0.1.5

* Switched from package `Metrics` to package `mlr3measures` for the
implementation of performance measures.
* Switched from package `Metrics` to package `mlr3measures`.
* Measures can now calculate all scores using micro or macro averaging (#400).
* Measures can now return a customizable performance score instead of `NA` if
they are not defined for a certain input.
* Measures can now be configured to return a customizable performance score
(instead of `NA`) in case the score cannot be calculated.
* Character columns are now treated differently from factor columns.
In the long term, these are supposed to store text.
In the long term, `character()` columns are supposed to store text.
* Fixed a bug triggered by integer grouping variables in `Task` (#396).
* `benchmark_grid()` now accepts instantiated resamplings under certain
conditions.
Expand Down

0 comments on commit 645ac6c

Please sign in to comment.