makeResampleDesc(fixed = TRUE)
) (@pat-s, #2412).Task
help pages are now split into separate ones, e.g. RegrTask
, ClassifTask
(@pat-s, #2564)deleteCacheDir()
: Clear the default mlr cache directory (@pat-s, #2463)getCacheDir()
: Return the default mlr cache directory (@pat-s, #2463)getResamplingIndices(inner = TRUE)
now correctly returns the inner indices (before inner indices referred to the subset of the respective outer level train set) (@pat-s, #2413).fw.perc
, fw.abs
or fw.threshold
. It can be triggered with the new cache
argument in makeFilterWrapper()
or filterFeatures()
(@pat-s, #2463).Additionally, filter names have been harmonized using the following scheme:
Added filters FSelectorRcpp_gain.ratio
, FSelectorRcpp_information.gain
and FSelectorRcpp_symmetrical.uncertainty
from package FSelectorRcpp
. These filters are ~ 100 times faster than the implementation of the FSelector
pkg. Please note that both implementations do things slightly different internally and the FSelectorRcpp
methods should not be seen as direct replacement for the FSelector
pkg.
filter names have been harmonized using the following scheme:
information.gain
-> FSelector_information.gain
gain.ratio
-> FSelector_gain.ratio
symmetrical.uncertainty
-> FSelector_symmetrical.uncertainty
chi.squared
-> FSelector_chi.squared
relief
-> FSelector_relief
oneR
-> FSelector_oneR
randomForestSRC.rfsrc
-> randomForestSRC_importance
randomForestSRC.var.select
-> randomForestSRC_var.select
randomForest.importance
-> randomForest_importance
fixed a bug related to the loading of namespaces for required filter packages (@pat-s, #2483)
"h2o.use.data.table" = TRUE
is now the default (@j-hartshorn, #2508)x.bit.names
that stores the optimal bitsx
now always contains the real feature names and not the bit.namesmakeFeatSelWrapper
usable with custom bit.names
.sffs
crashed in some cases (@bmihaljevic, #2486)