freddyaboulton HF staff commited on
Commit
045b293
·
1 Parent(s): b97104f

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -12,7 +12,7 @@ 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
18
  N_SAMPLES = 1000
 
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
18
  N_SAMPLES = 1000