Skip to content

mlr3fda 0.6.0

Choose a tag to compare

@m-muecke m-muecke released this 01 Jun 16:24
  • fix: Add mlr3fda to mlr_reflections$loaded_packages to fix errors when using mlr3fda in parallel.
  • feat: New PipeOpFDADepth for computing the data depth of functional columns via tf::tf_depth().
  • feat: New PipeOpFDADerive for computing derivatives of functional columns via tf::tf_derive().
  • feat: PipeOpFDAExtract gained the "sd" feature for extracting the standard deviation.
  • perf: PipeOpFDAFourier is now several times faster.