intel / dffml

The easiest way to use Machine Learning. Mix and match underlying ML libraries and data set sources. Generate new datasets or modify existing ones with ease.
https://intel.github.io/dffml/main/
MIT License
251 stars 138 forks source link

model: clustering: Hierarchical Clustering #519

Open TakshKamlesh opened 4 years ago

TakshKamlesh commented 4 years ago

We don't have that. It can be imported from scikit.

nitesh585 commented 3 years ago

@pdxjohnny this is already covered in dffml_scikit_model as AgglomerativeClustering. I think no need to make separate model for that.