You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: PipeOpFDAWavelets no longer errors when filter is a wt.filter object or a numeric vector. Generated columns are now named <column>_wav_<i> regardless of the filter.
fix: PipeOpFDAZoom now accepts a one-sided begin or end instead of requiring both.
fix: as.data.table(mlr_pipeops) no longer errors with object 'value' not found when mlr3fda is loaded.
feat: New PipeOpFDACatch22 for extracting the catch22 time series features from functional columns via Rcatch22::catch22_all().
feat: New PipeOpFDAIntegrate for extracting the definite integral of functional columns via tf::tf_integrate().