Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
thieu1995 committed Aug 25, 2023
1 parent 942ec08 commit ea38a38
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# Version 1.5.0

+ 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

---------------------------------------------------------------------

# Version 1.4.3

Expand Down

0 comments on commit ea38a38

Please sign in to comment.