| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| mlr 2.18.0 source code.tar.gz | 2020-10-06 | 47.8 MB | |
| mlr 2.18.0 source code.zip | 2020-10-06 | 48.4 MB | |
| README.md | 2020-10-06 | 879 Bytes | |
| Totals: 3 Items | 96.2 MB | 0 | |
- Many praznik filters are now also able to deal with regression tasks (#2790, @bommert)
praznik_MRMR: Remove handling of survival tasks (#2790, @bommert)- xgboost: update
objectivedefault fromreg:linear(deprecated) toreg:squarederror - issue a warning if
blockingwas set in the Task butblocking.cvwas not set within `makeResampleDesc() (#2788) - Fix order of learners in
generateLearningCurveData()(#2768) getFeatureImportance(): Account for feature importance weight of linear xgboost models- Fix learner note for learner glmnet (the default of param
sdid not match the learner note) (#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()(#2754)