You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue which caused the random forest minimal depth filter to only return NA values when using thresholding.
NAs should only be returned for features below the given threshold. (@annette987, #2710)
Fixed problem which prevented passing filter options via argument more.args for simple filters (@annette987, #2709)
Feature selection - bugfixes
Fix print.FeatSelResult() when bits.to.features is used in selectFeatures() (#2721)
Return a long DF for getFeatureImportance() (#2708)