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

Speed up FFS case with different window per fextractor #49

Closed sebffischer closed 1 year ago

sebffischer commented 1 year ago

The current problem is that when we want to specify different lower and upper sizes per fextractor the PipeOpFFS becomes slower.

Now lower can be a list with different values per fextractor and the same for upper.