Clustering
atulchavan
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Registered Posts: 11 Partner
Does dataiku select the number of clusters automatically ?
Does it check for best number of clusters?
i am working on iris data and need to change the cluster to 3 ?
Answers
-
Hi,
It depends on the clustering algorithm you use.
If you use the Kmean algorithm, you need to specify the number of clusters K.
With DBSCAN no need.