Question Title

* 1. Please choose which method is NOT designed for discovering number of clusters (k) for K Means algorithms:

Question Title

* 2. What are the disadvantages of DBSCAN:

Question Title

* 3. What features are highly correlated with target in wine dataset:

Question Title

* 4. What function is used to feed data to K Means clustering?

Question Title

* 5. Does DBSCAN expand it’s clusters while iterating over points?

Question Title

* 6. In order to choose number of clusters (k) for K Means using Elbow method we should recompute K Means every time for a new number of clusters (3, 4, 5, etc..).

Question Title

* 7. When using K Means results will be different each time, if we don’t set up random seed:

Question Title

* 8. What is result after executing this line of code kmeans.cluster_centers_.shape:

T