Python Forum

Full Version: text clustering evaluation ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I used KMeans and Agglomerative Clustering to apply text clustering on a specific dataset.
I need to verify the efficiency of my results.
I read that the methods below are commonly used for this task:
1. Relative clustering validation
2. External clustering validation
3. Internal clustering validation
Are there any python tutorials to demonstrate this coding ?
What is KMeans ?