-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Providing additional intrinsic evaluation metrices #253
Comments
Not a maintainer here or anything, but sounds interesting to me 😄 |
Sure, this sounds very useful! One constraint, though, is that we don't want Clustering.jl to be a super-package for anything related to unsupervised learning as that would complicate maintenance and unnecessary bloat user projects. If these new metrics fit the above criteria, the PR is welcome! :) |
No new dependencies needed, no complex code, these quality indices have definitions simpler than silhouettes. Bloat is not my goal, but the few most popular indices for hard and soft clustering I hope would come in handy. So great, now I am busy but next month I will try check and adjust my code :) |
Implemented in #257 |
This is more of a question than an issue. I wanted to time series clustering using Clustering.jl and I needed intrinsic evaluation measures in order to determine optimal number of clusters. Clustering.jl offers only silhouettes in this regard so I implemented myself popular ones: Calinski-Harabasz, Davies-Boulden, Xie-Beni indices. Would it be useful if I add them to Clustering.jl?
The formulas are easy so it would not require a lot of work, it's just that first I would like to be sure there is an interest in that.
The text was updated successfully, but these errors were encountered: