Skip to content
Snippets Groups Projects
Unverified Commit 4c8e9567 authored by Vidushi Gupta's avatar Vidushi Gupta Committed by GitHub
Browse files

Fixed spacing

Added a space after the full-stop and capitalised the initial.
parent c8ec8e2a
Branches
No related tags found
No related merge requests found
...@@ -134,7 +134,7 @@ You see an array printed out with predicted clusters (0, 1,or 2) for each row of ...@@ -134,7 +134,7 @@ You see an array printed out with predicted clusters (0, 1,or 2) for each row of
## Silhouette score ## Silhouette score
Look for a silhouette score closer to 1. This score varies from -1 to 1, and if the score is 1, the cluster is dense and well-separated from other clusters. A value near 0 represents overlapping clusters with samples very close to the decision boundary of the neighboring clusters.[source](https://dzone.com/articles/kmeans-silhouette-score-explained-with-python-exam). Look for a silhouette score closer to 1. This score varies from -1 to 1, and if the score is 1, the cluster is dense and well-separated from other clusters. A value near 0 represents overlapping clusters with samples very close to the decision boundary of the neighboring clusters. [(Source)](https://dzone.com/articles/kmeans-silhouette-score-explained-with-python-exam)
Our score is **.53**, so right in the middle. This indicates that our data is not particularly well-suited to this type of clustering, but let's continue. Our score is **.53**, so right in the middle. This indicates that our data is not particularly well-suited to this type of clustering, but let's continue.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment