Skip to content

Commit ca2bc4a

Browse files
authored
linter
1 parent d9191f1 commit ca2bc4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ex4_gmm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""(Optional) Compare k-means and GMMs for clustering."""
2+
13
import matplotlib.pyplot as plt
24
from numpy import where
35
from sklearn.datasets import make_classification

0 commit comments

Comments
 (0)