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

Multidimensional splitter #411

Open TonyBagnall opened 4 years ago

TonyBagnall commented 4 years ago

there is a problem with the multivariate resampler we think. Currently on mattDev:

doing this image

gives this image

happens on all but the default fold

TonyBagnall commented 4 years ago

bug seems to be in loading the data. DatasetLoading line 233 calls the new resampler image

ABostrom commented 4 years ago

I think this all stems from when i sped up the resample, and fundamentally the deep shallow copy problem seems to have remained. Although I could have sworn i tested this and it was fine.