Spaces:
Runtime error
Runtime error
Commit
·
b97104f
1
Parent(s):
44b9924
Update run.py
Browse files
run.py
CHANGED
@@ -11,6 +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-v0.8')
|
15 |
SEED = 0
|
16 |
MAX_CLUSTERS = 10
|
|
|
11 |
from sklearn.neighbors import kneighbors_graph
|
12 |
from sklearn.preprocessing import StandardScaler
|
13 |
|
14 |
+
print(plt.style.available)
|
15 |
plt.style.use('seaborn-v0.8')
|
16 |
SEED = 0
|
17 |
MAX_CLUSTERS = 10
|