rapidsai/cuml

[FEA] Implement `adjusted_mutual_info_score`

Open

#7,294 opened on Oct 2, 2025

View on GitHub
 (18 comments) (0 reactions) (2 assignees)Python (644 forks)auto 404
feature requestgood first issue

Repository metrics

Stars
 (5,223 stars)
PR merge metrics
 (PR metrics pending)

Description

It would be great if adjusted_mutual_info_score were made available in cuml, esp. since there is some evidence that it is preferable to the ARI in the presence of unbalanced cluster sizes, and is slower to calculate.

Contributor guide