Spaces:
Runtime error
Runtime error
Commit
·
ee8b5fa
1
Parent(s):
fb26bde
Update run.py
Browse files
run.py
CHANGED
@@ -11,7 +11,7 @@ from sklearn.mixture import GaussianMixture
|
|
11 |
from sklearn.neighbors import kneighbors_graph
|
12 |
from sklearn.preprocessing import StandardScaler
|
13 |
|
14 |
-
plt.style.use('seaborn')
|
15 |
SEED = 0
|
16 |
MAX_CLUSTERS = 10
|
17 |
N_SAMPLES = 1000
|
|
|
11 |
from sklearn.neighbors import kneighbors_graph
|
12 |
from sklearn.preprocessing import StandardScaler
|
13 |
|
14 |
+
plt.style.use('seaborn-v0.12.2')
|
15 |
SEED = 0
|
16 |
MAX_CLUSTERS = 10
|
17 |
N_SAMPLES = 1000
|