XifengGuo / DEC-keras

Keras implementation for Deep Embedding Clustering (DEC)
MIT License
477 stars 162 forks source link

n_samples=23205 should be >= n_clusters=85617. #29

Open Raydar32 opened 2 years ago

Raydar32 commented 2 years ago

Using your code on my dataset (17 columns x ~30k rows) it gives me the following error: ValueError: n_samples=23205 should be >= n_clusters=85617. How can i fix this?