Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
7cfb4c1
1
Parent(s):
2af1d4b
Setup generation test with file
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -60,7 +60,7 @@ jobs:
|
|
60 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/generation.json
|
61 |
|
62 |
- name: Compare output
|
63 |
-
run: diff output/features/2_enself_rt20v/
|
64 |
|
65 |
test_benchmark:
|
66 |
runs-on: ubuntu-latest
|
|
|
60 |
python main.py -o config_files/options/baseline.json -a config_files/algorithm/generation.json
|
61 |
|
62 |
- name: Compare output
|
63 |
+
run: diff output/features/2_grid_test/2_enself_rt20v/genELexperiment2_07_04.json output/features/2_grid_test/2_enself_rt20v/genELexperiment2_07_04.json
|
64 |
|
65 |
test_benchmark:
|
66 |
runs-on: ubuntu-latest
|
config_files/algorithm/generation.json
CHANGED
@@ -3,10 +3,9 @@
|
|
3 |
"pipeline_step": "event_logs_generation",
|
4 |
"output_path": "output",
|
5 |
"generator_params": {
|
6 |
-
"experiment":
|
7 |
-
|
8 |
-
|
9 |
-
],
|
10 |
"config_space": {
|
11 |
"mode": [5, 20],
|
12 |
"sequence": [0.01, 1],
|
@@ -19,7 +18,7 @@
|
|
19 |
"duplicate": [0],
|
20 |
"or": [0]
|
21 |
},
|
22 |
-
"n_trials":
|
23 |
"plot_reference_feature": "epa_normalized_sequence_entropy",
|
24 |
"plot_reference_feature": "epa_normalized_sequence_entropy_linear_forgetting",
|
25 |
"plot_reference_feature": ""
|
|
|
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": {
|
10 |
"mode": [5, 20],
|
11 |
"sequence": [0.01, 1],
|
|
|
18 |
"duplicate": [0],
|
19 |
"or": [0]
|
20 |
},
|
21 |
+
"n_trials": 50,
|
22 |
"plot_reference_feature": "epa_normalized_sequence_entropy",
|
23 |
"plot_reference_feature": "epa_normalized_sequence_entropy_linear_forgetting",
|
24 |
"plot_reference_feature": ""
|
data/2_grid_test.csv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
|
2 |
-
|
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
|