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

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def final_clustering(file, top_features):
55
 
56
  # debug
57
  print("✅ Best K:", best_k, type(best_k))
58
- print("📊 Drivers sample:", drivers)
59
 
60
  return best_k, top_drivers
61
 
 
55
 
56
  # debug
57
  print("✅ Best K:", best_k, type(best_k))
58
+ print("📊 Drivers sample:", top_drivers)
59
 
60
  return best_k, top_drivers
61