freddyaboulton HF Staff commited on
Commit
44b9924
·
1 Parent(s): ee8b5fa

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
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.12.2')
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