Relative Content

Tag Archive for pythonscikit-learnscipy

Drawing hierarchical clustering in scikit-learn

I have an embedding matrix of shape (4312, 1024) (corresponding to 1024-dimensional embedding vectors of 4312 English sentences). I want to perform a clustering of these vectors and to visualize the results (in order to see if the distance threshold that I chose was good enough).