Andrea Maldonado commited on
Commit
1410327
·
1 Parent(s): c3920eb

Fixes experiment test CI

Browse files
config_files/algorithm/experiment_test.json CHANGED
@@ -39,7 +39,7 @@
39
  "input_path": "data/test",
40
  "feature_params": {"feature_set":["trace_length"]},
41
  "output_path": "output/plots",
42
- "real_eventlog_path": "data/bpic_features.csv",
43
  "plot_type": "boxplot"
44
  },
45
  {
 
39
  "input_path": "data/test",
40
  "feature_params": {"feature_set":["trace_length"]},
41
  "output_path": "output/plots",
42
+ "real_eventlog_path": "data/BaselineED_feat.csv",
43
  "plot_type": "boxplot"
44
  },
45
  {