-
I get this error quite often and it's not obvious to me what's causing it.
```
cluster_config_h
-
Hi,
Following the examples in the vignette and manual pages, I'm using `compare_clusterings_configs()` plus `compare_clusterings()` to obtain the best cluster configuration for my dataset.
I w…
-
When running the clustering notebook in PR #1209 completely unrelated to clustering, the test_examples check resulted in the following failure:
```
[NbConvertApp] Converting notebook examples/part…
-
### 🐛 Bug Report
When i try to serialize DTWClustering object by dill or pickle, i get errors.
for pickle: Can't pickle : it's not the same object as etna.clustering.distances.dtw_distance.simple_…
-
## implementation in sktime
* create `BaseClusterer`
* think about common unit tests for all clusterers
* potentially add soft dependency
* create `sktime.clustering`
* template
```python
from…
-
When I am trying to **from tslearn.preprocessing import TimeSeriesScalerMeanVariance** I am able to successfully import it. But when doing this **from tslearn.clustering import TimeSeriesKMeans** , I…
-
`tslearn.metrics.dtw_path_from_metric()` and `tslearn.tslearn.metrics.dtw()` with the default parameters gives me different similarity scores for the same time series. Should it be the case?
To rep…
-
Hey Rishi,
First of all Thank you for creating this module. Appreciate it very much.
Running into a KeyError while using it though:
Full logs:
```
KeyError …
-
**Describe the bug**
Slow (several minutes, without completion) computation when trying to predict or score time-series classifiers with `sktime.classification` APIs. Issue is not resolved even if …
-
The distance based classifiers are not working properly, and there are several issues related to them. I am going to collate them here and comment on progress fixing them.
1. KNN with msm distance …