Update app.py
Browse files
app.py
CHANGED
|
@@ -4,6 +4,7 @@ import pandas as pd
|
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
import joblib
|
| 6 |
|
|
|
|
| 7 |
from cluster_ops.clustering import explore_clusters, final_clustering
|
| 8 |
|
| 9 |
#========== GRADIO INTERFACE ==========
|
|
|
|
| 4 |
import matplotlib.pyplot as plt
|
| 5 |
import joblib
|
| 6 |
|
| 7 |
+
from preprocessing.numeric_selector import NumericSelector
|
| 8 |
from cluster_ops.clustering import explore_clusters, final_clustering
|
| 9 |
|
| 10 |
#========== GRADIO INTERFACE ==========
|