Closed kasparvonbeelen closed 3 years ago
They seem to return values > 1.
Found the bug, had to reset the index after concatenating training and validation set. When using ts_method='nearest' some indices would reappear within one label, creating more than two centroid vectors.
ts_method='nearest'
They seem to return values > 1.