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)
[link][comment]