+
Skip to content

Tags: ttke/mlr

Tags

v2.19.0.9001

Toggle v2.19.0.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.19.0.9001

# mlr 2.19.0.9001

- Fixed `information.gain` filter calculation. Before, `chi.squared` was calculated even though `information.gain` was requested due to a glitch in the filter naming (mlr-org#2816, @jokokojote)

v2.19.0

Toggle v2.19.0'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.19.0

- Add filter `FSelectoRcpp::relief()`. This C++ based implementation of the RelieF filter algorithm is way faster than the Java based one from the {FSelector} package (mlr-org#2804)
- Fix S3 print method for `FilterWrapper` objects
- Make ibrier measure work with survival tasks (mlr-org#2789)
- Switch to testthat v3 (mlr-org#2796)
- Enable parallel tests (mlr-org#2796)
- Replace package PMCMR by PMCMRplus (mlr-org#2796)
- Remove CoxBoost learner due to CRAN removal
- Warning if `fix.factors.prediction = TRUE` causes the generation of NAs for new factor levels in prediction (@jakob-r, mlr-org#2794)
- Clear error message if prediction of wrapped learner has not the same length as `newdata` (@jakob-r, mlr-org#2794)

v2.19.0-rc4

Toggle v2.19.0-rc4'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.19.0-rc

- Add filter `FSelectoRcpp::relief()`. This C++ based implementation of the RelieF filter algorithm is way faster than the Java based one from the {FSelector} package (mlr-org#2804)
- Fix S3 print method for `FilterWrapper` objects
- Make ibrier measure work with survival tasks (mlr-org#2789)
- Switch to testthat v3 (mlr-org#2796)
- Enable parallel tests (mlr-org#2796)
- Replace package PMCMR by PMCMRplus (mlr-org#2796)
- Remove CoxBoost learner due to CRAN removal
- Warning if `fix.factors.prediction = TRUE` causes the generation of NAs for new factor levels in prediction (@jakob-r, mlr-org#2794)
- Clear error message if prediction of wrapped learner has not the same length as `newdata` (@jakob-r, mlr-org#2794)

v2.19.0.9000

Toggle v2.19.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.19.0.9000

- Internal changes only.

v2.19.0-rc3

Toggle v2.19.0-rc3'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.19.0-rc

- Add filter `FSelectoRcpp::relief()`. This C++ based implementation of the RelieF filter algorithm is way faster than the Java based one from the {FSelector} package (mlr-org#2804)
- Fix S3 print method for `FilterWrapper` objects
- Make ibrier measure work with survival tasks (mlr-org#2789)
- Switch to testthat v3 (mlr-org#2796)
- Enable parallel tests (mlr-org#2796)
- Replace package PMCMR by PMCMRplus (mlr-org#2796)
- Remove CoxBoost learner due to CRAN removal
- Warning if `fix.factors.prediction = TRUE` causes the generation of NAs for new factor levels in prediction (@jakob-r, mlr-org#2794)
- Clear error message if prediction of wrapped learner has not the same length as `newdata` (@jakob-r, mlr-org#2794)

v2.18.0.9003

Toggle v2.18.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.18.0.9003

- Add filter `FSelectoRcpp::relief()`. This C++ based implementation of the RelieF filter algorithm is way faster than the Java based one from the {FSelector} package (mlr-org#2804)
- Fix S3 print method for `FilterWrapper` objects

v2.18.0.9002

Toggle v2.18.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.18.0.9002

- Switch to testthat v3 (mlr-org#2796)
- Enable parallel tests (mlr-org#2796)
- replace package PMCMR by PMCMRplus (mlr-org#2796)
- Remove CoxBoost learner due to CRAN removal
- Silence warnings in tests

v2.18.0.9001

Toggle v2.18.0.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.18.0.9001

- Warning if `fix.factors.prediction = TRUE` causes the generation of NAs for new factor levels in prediction (@jakob-r, mlr-org#2794)
- Clear error message if prediction of wrapped learner has not the same length as `newdata` (@jakob-r, mlr-org#2794)

v2.18.0

Toggle v2.18.0'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

- 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)
- 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)
- Fix order of learners in `generateLearningCurveData()` (mlr-org#2768)
 - `getFeatureImportance()`: Account for feature importance weight of linear xgboost models
- Fix learner note for learner glmnet (the default of param `s` did not match the learner note) (mlr-org#2747)
- Remove dependency {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.18.0-rc2

Toggle v2.18.0-rc2'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-rc

- 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)
- 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)
- Fix order of learners in `generateLearningCurveData()` (mlr-org#2768)
 - `getFeatureImportance()`: Account for feature importance weight of linear xgboost models
- Fix learner note for learner glmnet (the default of param `s` did not match the learner note) (mlr-org#2747)
- Remove dependency {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)
点击 这是indexloc提供的php浏览器服务,不要输入任何密码和下载