Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
03dd1b2
1
Parent(s):
7cfb4c1
Moves to data to test dir
Browse files
config_files/algorithm/generation.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"pipeline_step": "event_logs_generation",
|
4 |
"output_path": "output",
|
5 |
"generator_params": {
|
6 |
-
"experiment": {"input_path": "data/2_grid_test.csv",
|
7 |
"objectives": ["ratio_top_20_variants", "epa_normalized_sequence_entropy_linear_forgetting"]
|
8 |
},
|
9 |
"config_space": {
|
|
|
3 |
"pipeline_step": "event_logs_generation",
|
4 |
"output_path": "output",
|
5 |
"generator_params": {
|
6 |
+
"experiment": {"input_path": "data/test/2_grid_test.csv",
|
7 |
"objectives": ["ratio_top_20_variants", "epa_normalized_sequence_entropy_linear_forgetting"]
|
8 |
},
|
9 |
"config_space": {
|
data/test_2/2_grid_test.csv
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
log,ratio_top_20_variants,epa_normalized_sequence_entropy_linear_forgetting
|
2 |
+
experiment1,0.2,0.4
|
3 |
+
experiment2,0.4,0.7
|