mlr3filters
Feature selection filters for the mlr3 machine learning framework
mlr3filters grows one feature-selection filter at a time
◆Recent moves
- 3mo ago
Filter dictionary listing now uses prototypes
A single fix to how the filter dictionary converts to a data.table. Follows mlr3's shared dictionary conventions.
View source ↗ - 11mo ago
Boruta handles logical, factor and ordered features
Widens Boruta's accepted feature types, moves param_set to an active binding and fixes resampling reuse in FilterPerformance. The type broadening is what most users will notice.
View source ↗ - 2y ago
Boruta and univariate Cox filters added
Adds two filters, including a survival-specific one contributed from the mlr3proba side. The clearest capability addition in this window.
View source ↗ - 3y ago
Missing-value tagging and wider CarScore feature support
Tags filters that handle missing values gracefully and broadens CarScore's supported types. Incremental robustness work.
View source ↗ - 3y ago
Missing-value checks and featureless learner defaults
Checks features for missing values to give better errors, removes deprecated functions and switches defaults to the featureless learner. Housekeeping that changes default behaviour.
View source ↗ - 3y ago
Survival CAR score filter and pipeline documentation
Adds FilterCarSurvScore, switches importance and performance filters to a featureless default learner, and documents PipeOpFilter usage. Same one-filter-per-release rhythm.
View source ↗