scripts.evaluation.cluster_eval
Functions
|
Computes the mean vector for each label using the Word2Vec model. |
|
Builds a Word2Vec model from the tokenized labels. |
|
Checks whether a token is a valid word (not punctuation or too short). |
|
Loads cluster assignments from a CSV file. |
|
Loads the ground truth JSON file. |
|
Main entry point for clustering visualization. |
|
Parse command-line arguments and return the parsed arguments. |
|
Generates and saves a t-SNE scatter plot with cluster coloring and hover text. |
|
Tokenizes and lowercases text fields from labels. |