Skip to content

Tags: ak-b/mlr

Tags

v2.18.0.9000

Toggle v2.18.0.9000's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.18.0.9000

- Internal changes only.

v2.17.1.9006

Toggle v2.17.1.9006's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9006

- Many praznik filters are now also able to deal with regression tasks (mlr-org#2790, @bommert)
- `praznik_MRMR`: Remove handling of survival tasks (mlr-org#2790, @bommert)

v2.17.1.9005

Toggle v2.17.1.9005's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9005

- xgboost: update `objective` default from `reg:linear` (deprecated) to `reg:squarederror`
- issue a warning if `blocking` was set in the Task but `blocking.cv` was not set within `makeResampleDesc() (mlr-org#2788)

v2.17.1.9003

Toggle v2.17.1.9003's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9003

- Fix order of learners in `generateLearningCurveData()` (mlr-org#2768)

v2.17.1.9002

Toggle v2.17.1.9002's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9002

 - `getFeatureImportance()`: Account for feature importance weight of linear xgboost models

v2.17.1.9001

Toggle v2.17.1.9001's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9001

- Fix learner note for learner glmnet (the default of param `s` did not match the learner note) (mlr-org#2747)
- Remove dep {hrbrthemes} used in `createSpatialResamplingPlots()`. The package caused issues on R-devel. In addition users should set custom themes by themselves.
- Explicitly return value in `getNestedTuneResultsOptPathDf()` (mlr-org#2754)

v2.17.1.9000

Toggle v2.17.1.9000's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.1.9000

- Internal changes only

v2.17.1

Toggle v2.17.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
release v2.17.1

v2.17.0.9003

Toggle v2.17.0.9003's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.0.9003

* remove measure `clValid::dunn` and its tests (package orphaned) (mlr-org#2742)
* Refactor function calls from packages (`<pkg::fun>`) within ParamSets (mlr-org#2730) to avoid errors in `listLearners()` if those pkgs are not installed
* remove `regr_slim` learner due to pkg (flare) being orphaned on CRAN

v2.17.0.9002

Toggle v2.17.0.9002's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
mlr 2.17.0.9002

- Bugfix: `tuneThreshold()` now accounts for the direction of the measure. 
  Beforehand, the performance measure was always minimized (mlr-org#2732).
- pkgdown: Move changelog to Appendix
- Account for {checkmate} v2.0.0 update (mlr-org#2734)