WheatonCS / Lexos

Python/Flask-based website for text analysis workflow. Previous (stable) release is live at:
http://lexos.wheatoncollege.edu
MIT License
120 stars 20 forks source link

Dendrogram silhouette score gets overwritten when you mouseover the silhouette score button #477

Closed scottkleinman closed 8 years ago

scottkleinman commented 8 years ago

A small bug in the dendrogram UI is that you have to click the Get Dendrogram button a second time to generate the silhouette score. I was intending to address this in Lexos 3.5, but there is an associated bug that should be dealt with sooner. Once you get silhouette score, if you mouseover the Silhouette Score button, the tooltip text is overwritten with Score: Invalid for only 1 cluster.

This should be an easy fix.

scottkleinman commented 8 years ago

This issue is no longer relevant due to issue #478.