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

feat: functional principal component analysis #45

Closed m-muecke closed 5 months ago

m-muecke commented 1 year ago

Closes: https://github.com/mlr-org/mlr3fda/issues/40

Currently only implemented for tfr type since tf package is missing implementation for irregular grids, see issue here: https://github.com/tidyfun/tf/issues/80

sebffischer commented 6 months ago

@m-muecke What's the status here?

m-muecke commented 6 months ago

@m-muecke What's the status here?

I was waiting for the cran submission for tf. Since that's done now, it can be finished in the next weeks.

sebffischer commented 5 months ago

Maybe we can also mention in the docs how do apply it to regular data, i.e. first use the interpolation pipeop :)