mlr-org / mlr3fda

Functional Data Analysis for mlr3
https://mlr3fda.mlr-org.com/
GNU Lesser General Public License v3.0
4 stars 2 forks source link

Check whether tf vectors work with PipeOpFeatureUnion #54

Closed sebffischer closed 9 months ago

sebffischer commented 1 year ago

PipeOpFeatureUnion relies on unlist() (https://github.com/mlr-org/mlr3pipelines/blob/dae03afd8efa83621a495a058f42cfc2ea8d7357/R/PipeOpFeatureUnion.R#L184-L191). It woul be a good idea to check whether this can tell whether different tf vectors are real duplicates.

sebffischer commented 9 months ago

everything worked