Python Forum
text clustering evaluation ?? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: text clustering evaluation ?? (/thread-18702.html)



text clustering evaluation ?? - khalidreemy - May-28-2019

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 ?


RE: text clustering evaluation ?? - heiner55 - May-29-2019

What is KMeans ?