DruidJS icon indicating copy to clipboard operation
DruidJS copied to clipboard

Some methods like UMAP crash when *n* <= 10

Open Fil opened this issue 3 years ago • 1 comments

I took UMAP as an example, but note that many methods crash or return garbage on small datasets. We could probably limit the number of neighbors to n-1, etc?

Fil avatar Oct 20 '20 12:10 Fil

I think i fixed the issue with "number of neighbors" > n - 1, but LTSA, for example, produces NaN's for small dataset. I have to look into deeper.

saehm avatar Oct 21 '20 10:10 saehm