Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from sklearn.metrics import classification_report, confusion_matrix, ConfusionMa
|
|
| 11 |
import warnings
|
| 12 |
warnings.filterwarnings("ignore")
|
| 13 |
|
| 14 |
-
df = pd.read_csv("
|
| 15 |
df.head()
|
| 16 |
|
| 17 |
print(f"Shape of dataset: {df.shape}")
|
|
|
|
| 11 |
import warnings
|
| 12 |
warnings.filterwarnings("ignore")
|
| 13 |
|
| 14 |
+
df = pd.read_csv("pre_deployment_mental_health_dataset_balanced.csv")
|
| 15 |
df.head()
|
| 16 |
|
| 17 |
print(f"Shape of dataset: {df.shape}")
|