Ekjaer commited on
Commit
d05c85b
·
verified ·
1 Parent(s): 06a9f5d

Update init_repo_MLstructureMining.py

Browse files
Files changed (1) hide show
  1. init_repo_MLstructureMining.py +1 -1
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 = "xgb_model_bayse_optimization_00000.bin"
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