Spaces:
Runtime error
Runtime error
Commit
·
44b9924
1
Parent(s):
ee8b5fa
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-v0.
|
| 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.8')
|
| 15 |
SEED = 0
|
| 16 |
MAX_CLUSTERS = 10
|
| 17 |
N_SAMPLES = 1000
|