update app.py
Browse files
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:",
|
| 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 |
|