Spaces:
Runtime error
Runtime error
fix import error
Browse files
pages/supervised_unsupervised_page.py
CHANGED
|
@@ -343,7 +343,7 @@ if learning_type == "Supervised Learning":
|
|
| 343 |
|
| 344 |
elif sl_usecase == "Customer churn prediction ❌":
|
| 345 |
#st.warning("This page is under construction")
|
| 346 |
-
path_churn = r"data
|
| 347 |
|
| 348 |
## Description of the use case
|
| 349 |
st.divider()
|
|
|
|
| 343 |
|
| 344 |
elif sl_usecase == "Customer churn prediction ❌":
|
| 345 |
#st.warning("This page is under construction")
|
| 346 |
+
path_churn = r"data/classification/churn"
|
| 347 |
|
| 348 |
## Description of the use case
|
| 349 |
st.divider()
|