n.show
argument had no effect in plotFilterValues()
. Thanks @albersonmiranda. (#2689)Added several learners for regression and classification on functional data
Added preprocessing steps for feature extraction from functional data
Fixed a bug where multiclass to binaryclass reduction techniques did not work with functional data.
Several other minor bug fixes and code improvements
Extended and clarified documentation for several fda components.
tree_method
(@albersonmiranda, #2701)getFeatureImportance()
now returns a long data.frame with columns variable
and importance
. Beforehand, a wide data.frame was returned with each variable representing a column (@pat-s, #1755).filterFeatures()
: Arg thresh
was not working correctly when applied to ensemble filters. (@annette987, #2699)clValid::dunn
and its tests (package orphaned) (#2742)tuneThreshold()
now accounts for the direction of the measure. Beforehand, the performance measure was always minimized (#2732).more.args
for simple filters (@annette987, #2709)print.FeatSelResult()
when bits.to.features is used in selectFeatures()
(#2721)getFeatureImportance()
(#2708)pkgdown: Move changelog to Appendix
Account for {checkmate} v2.0.0 update (#2734)
Refactor function calls from packages (<pkg::fun>
) within ParamSets (#2730) to avoid errors in listLearners()
if those pkgs are not installed
listLearners()
should not fail if a package is not installed (#2717)