Spaces:
Configuration error
Configuration error
Update result.py
Browse files
result.py
CHANGED
|
@@ -6,7 +6,7 @@ import json
|
|
| 6 |
|
| 7 |
|
| 8 |
def evaluate_results():
|
| 9 |
-
dataset_path = "data/
|
| 10 |
model_path = "model/best_model.pkl"
|
| 11 |
|
| 12 |
# Load dataset and model
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
def evaluate_results():
|
| 9 |
+
dataset_path = "data/train.csv"
|
| 10 |
model_path = "model/best_model.pkl"
|
| 11 |
|
| 12 |
# Load dataset and model
|