tsml-eval
tsml-eval copied to clipboard
Issues with KNeighborsTimeSeriesClassifier with multivariate data
- it is very slow (slower than HC2) and does not complete.
- It is meant to work with MSM, but MSM is not capable of multivariate
- Crashes for train preds on some problems. This may be a problem with generating train files not the classifier, but it does not happen with other algorithms (check!). Seems
File "/gpfs/home/ajb/Code/estimator-evaluation/sktime_estimator_evaluation/experiments/classification_experiments.py", line 129, in
this is concerned with generating train estimates with 10 fold CV, something going wrong there I think.