Fixing plot

pull/629/head
Jim Bennett 3 years ago
parent d4d395d044
commit 987261abf4

@ -173,7 +173,7 @@ Previously, you surmised that, because you have targeted 3 song genres, you shou
```python
plt.figure(figsize=(10,5))
sns.lineplot(range(1, 11), wcss,marker='o',color='red')
sns.lineplot((range(1, 11), wcss) ,marker='o',color='red')
plt.title('Elbow')
plt.xlabel('Number of clusters')
plt.ylabel('WCSS')

Loading…
Cancel
Save