18 comments (18 comments)0 reactions (0 reactions)2 assignees (2 assignees)Python644 forks (644 forks)auto 404
feature requestgood first issue
Repository metrics
- Stars
- 5,223 stars (5,223 stars)
- PR merge metrics
- PR metrics pending (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
- Research direction
- Study the existing mutual information implementation in cuML and the sklearn adjusted mutual info score. Implement the adjusted mutual information score using CUDA for GPU acceleration.
- Tech stack
- python
- Domain
- machine learningdata
- Issue type
- Feature
- Prerequisites
- PythonGit