Skip to content

v1.5.0

Compare
Choose a tag to compare
@thieu1995 thieu1995 released this 25 Aug 05:28
· 106 commits to master since this release
  • Add metrics to ClusteringMetric class:
    • Mean Squared Error Index (MSEI)
    • Adjusted Rand Score (ARS)
    • Gamma Score (GAS)
    • Gplus Score (GPS)
  • Speed up all metrics in ClusteringMetric by transferring the computation to cluster_util module.
  • Add speed up examples for clustering metrics (10x-100x faster than previous version)
  • Update documents, ChangeLog, Readme