Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from sklearn.metrics import accuracy_score, classification_report
|
|
| 10 |
from imblearn.over_sampling import SMOTE
|
| 11 |
|
| 12 |
# Extract ZIP file
|
| 13 |
-
zip_file_path = "
|
| 14 |
extract_folder = "./LUNG_CANCER_DATA"
|
| 15 |
with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
|
| 16 |
zip_ref.extractall(extract_folder)
|
|
|
|
| 10 |
from imblearn.over_sampling import SMOTE
|
| 11 |
|
| 12 |
# Extract ZIP file
|
| 13 |
+
zip_file_path = "LUNG_CANCER.zip"
|
| 14 |
extract_folder = "./LUNG_CANCER_DATA"
|
| 15 |
with zipfile.ZipFile(zip_file_path, 'r') as zip_ref:
|
| 16 |
zip_ref.extractall(extract_folder)
|