mlr-org / mlr3filters

Filter-based feature selection for mlr3
https://mlr3filters.mlr-org.com
GNU Lesser General Public License v3.0
20 stars 8 forks source link

Param set active bindinng #167

Open mb706 opened 3 months ago

mb706 commented 3 months ago

Making $param_set an active binding, mostly so that it can be an active binding in subclasses. This is necessary for Filters that are composites from other things, where the $param_set should be a ParamSetCollection, which must be reconstructed after cloning.