wannesm
wannesm
I cannot reproduce the issue myself. If you would know how to avoid this I'd be happy to learn. I would indeed recommend the recently introduced conda download for Windows.
Can you elaborate what 'Microsoft Visual C++ 14.0 or greater' means in this case. There is no C compiler installed? In that case uninstalling cython would also solve the issue...
Pip downloading multiple versions of numpy is supposedly triggered by incompatible package versions. Dtaidistance does not require a specific version (of any of its dependencies). So this is strange behavior....
The `Hierarchical` class returns a flat clustering. If the conditions for merging are loose (which is the default), there is only one cluster. If you want to retain the tree,...
There is no argument that does just that. But this seems easy to achieve by using a window and pre-/post-pending values to make it a onesided window (and optionally psi-relaxation...
Can you share the package version (``dtaidistance.__version__``)? It seems more (newer) parts are missing. If I download the zipped package from https://anaconda.org/conda-forge/dtaidistance/files it includes clustering as part of its source...
Indeed, that specific setting was not considered when designing this toolbox. While it is a good suggestion, this would require quite some refactoring. You probably already thought of this, but...
In this case you can probably use this functionality directly (assuming the series you want to use are consecutive): https://dtaidistance.readthedocs.io/en/latest/usage/dtw.html#dtw-between-multiple-time-series-limited-to-block In case the series you want to compare are scattered...
You should not reshape, but use the multi-dimensional version available in the `dtw_ndim` subpackage (thus not the one dimensional version in `dtw`). See also https://dtaidistance.readthedocs.io/en/latest/usage/dtw.html#multi-dimensionsal-dtw
Hi @mloning , Sounds interesting and exciting. We started using sktime for some research tasks and teaching assignments and are satisfied users. So we are willing to provide updates and...