time-series-machine-learning / tsml-java

Java time series machine learning tools in a Weka compatible toolkit
GNU General Public License v3.0
158 stars 120 forks source link

Add a DimensionIndependentTransformer for multivariate data #390

Open TonyBagnall opened 4 years ago

TonyBagnall commented 4 years ago

it would be good to have a wrapper that could use any Transformer capable of univariate transform and apply it independently on each dimension, returning a new multivariate dataset, in a way similar to DimensionIndependentEnsemble

ghost commented 4 years ago

I will have ago at resolving this issue :) Can't seem to assign myself to this issue though

TonyBagnall commented 4 years ago

base model from https://github.com/uea-machine-learning/tsml/pull/394, it cannot handle TrainableTransformers yet though, so I'll leave this open