fr1ll / clip-plot

A WebGL viewer for UMAP-clustered images
https://fr1ll.github.io/clip-plot/
MIT License
2 stars 0 forks source link

Error with small sample size #20

Open CarloOtano opened 1 year ago

CarloOtano commented 1 year ago

ValueError: n_samples=10 should be >= n_clusters=12.

get_hotspots(...):
    ...
    z = model.fit(vecs)  # Error here!

Notes:

To do: