Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed May 26, 2019
1 parent 7207207 commit 2b17945
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Expand Up @@ -4,6 +4,13 @@

- `classif.liquidSVM` and `regr.liquidSVM` have been removed because `liquidSVM` has been removed from CRAN.
- fixed a bug that caused an incorrect aggregation of probabilities in some cases. The bug existed since quite some time and was exposed due to the change of `data.table`s default in `rbindlist()`. See #2578 for more information. (@mllg, #2579)
- `regr.randomForest` gains three new methods to estimate the standard error:
- `se.method = "jackknife"`
- `se.method = "bootstrap"`
- `se.method = "sd"`
See `?regr.randomForest` for more details.
`regr.ranger` relies on the functions provided by the package ("jackknife" and "infjackknife" (default))
(@jakob-r, #1784)

## learners - new
- add learner `cluster.MiniBatchKmeans` from package _ClusterR_ (@Prasiddhi, #2554)
Expand Down

0 comments on commit 2b17945

Please sign in to comment.