Spaces:
Sleeping
Sleeping
Juan Acevedo
commited on
Commit
·
e898041
1
Parent(s):
ab479ab
add
Browse files- app.py +1 -1
- clean_df.csv +0 -0
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import seaborn as sns
|
|
| 9 |
pipeline = jb.load('final_pipe.joblib')
|
| 10 |
|
| 11 |
# Load the dataset for cluster visualization and summary
|
| 12 |
-
df = pd.read_csv('
|
| 13 |
|
| 14 |
# Function to predict the cluster for a new customer
|
| 15 |
def predict_cluster(new_customer):
|
|
|
|
| 9 |
pipeline = jb.load('final_pipe.joblib')
|
| 10 |
|
| 11 |
# Load the dataset for cluster visualization and summary
|
| 12 |
+
df = pd.read_csv('clean_df.csv')
|
| 13 |
|
| 14 |
# Function to predict the cluster for a new customer
|
| 15 |
def predict_cluster(new_customer):
|
clean_df.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|