Update init_repo_MLstructureMining.py
Browse files
init_repo_MLstructureMining.py
CHANGED
@@ -19,7 +19,7 @@ import shutil
|
|
19 |
from skops import card, hub_utils
|
20 |
from data_loader import get_data_splits_from_clean_data
|
21 |
# Paths
|
22 |
-
model_path = "
|
23 |
label_path = "labels.csv"
|
24 |
data_path = "./cifs_test_s_trained_model"
|
25 |
|
|
|
19 |
from skops import card, hub_utils
|
20 |
from data_loader import get_data_splits_from_clean_data
|
21 |
# Paths
|
22 |
+
model_path = "MLstructureMining_model.bin"
|
23 |
label_path = "labels.csv"
|
24 |
data_path = "./cifs_test_s_trained_model"
|
25 |
|