sdbrgo commited on
Commit
7c05f8d
·
verified ·
1 Parent(s): 45baf76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import traceback
8
 
9
  from numericselector import NumericSelector
10
 
 
 
11
  # custom functions
12
  from cluster_utils import *
13
 
 
8
 
9
  from numericselector import NumericSelector
10
 
11
+ from sklearn.cluster import KMeans
12
+
13
  # custom functions
14
  from cluster_utils import *
15