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

Implement hash / phash #154

Closed mb706 closed 1 year ago

mb706 commented 1 year ago

When using filters in a pipeop it would be nice to have a general way of computing the (p)hash of the filter object. for most filters the class() is enough to differentiate what a filter does but for some this may not be the case, e.g. the importance filter (which filters depending on a learner given during construction).