[ANN] HorseML.jlv0.4.1: Many ML algorithms

I released a new version of HorseML. I’m developing this package as ML package with which you can use many algorithms easily.

I’ve added some algorithms of Clustering to this package. The added algorithms is:

  • Xmeans
  • DBSCAN
  • HDBSCAN

These algorithms enable parameter-free clustering and clustering of datasets that Kmeans or GMM cannot.

parameter-free clustering:
xmeans

For more detailes, please see the docs.

11 Likes

Thanks @QGMW22! Really appreciate and can’t wait to test this new version on my examples.