Quantcast
Channel: Machine Learning
Viewing all articles
Browse latest Browse all 62576

Cluster Validity Indices (CVI) in Python

$
0
0

Hi.

I've been working on the implementation of some CVIs that I needed for a project because sklearn only has Silhouete score implemented. I currently have Dunn and Davis Bouldin indices.

https://github.com/actjqm/jqm_cvi

I used this opportunity to try to learn Cython. I would greatly appreciate tips and comments on my .pyx.

Tell me if i should post this to /r/python instead. Posted here because I have the impression there are a lot o Python enthusiasts around here.

(sorry for functions with different inputs)

submitted by actjqm
[link][comment]

Viewing all articles
Browse latest Browse all 62576

Trending Articles