Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
Β·
03c6244
1
Parent(s):
1f8ed4f
Updates config_file dir structure
Browse files- .github/workflows/test_gedi.yml +7 -7
- README.md +2 -2
- config_files/{algorithm/experiment_real_targets.json β experiment_real_targets.json} +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enseef.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enself.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enve.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rmcv.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rt10v.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rvpnot.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_enself.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_enve.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rmcv.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rt10v.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rvpnot.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_enve.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rmcv.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rt10v.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rvpnot.json +0 -0
- config_files/grid_2obj/generator_grid_2objectives_enve_mvo.json +1 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rmcv.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rt10v.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rvpnot.json +0 -0
- config_files/grid_2obj/generator_grid_2objectives_enve_sam.json +1 -0
- config_files/grid_2obj/generator_grid_2objectives_mvo_sam.json +1 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rmcv_rt10v.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rmcv_rvpnot.json +0 -0
- config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rt10v_rvpnot.json +0 -0
- config_files/grid_experiments/genGrid1to3minMedian90Q.json +293 -0
- config_files/{algorithm/pipeline_steps β pipeline_steps}/augmentation.json +0 -0
- config_files/{algorithm/pipeline_steps β pipeline_steps}/benchmark.json +0 -0
- config_files/{algorithm/pipeline_steps β pipeline_steps}/evaluation_plotter.json +0 -0
- config_files/{algorithm/pipeline_steps β pipeline_steps}/feature_extraction.json +0 -0
- config_files/{algorithm/pipeline_steps β pipeline_steps}/generation.json +0 -0
- config_files/{algorithm β test}/experiment_test.json +0 -0
- config_files/{algorithm/test β test}/generator_2bpic_2objectives_ense_enseef.json +0 -0
- config_files/{algorithm/test β test}/generator_grid_1objectives_rt10v.json +0 -0
- config_files/{algorithm/test β test}/generator_grid_2objectives_ense_enself.json +0 -0
.github/workflows/test_gedi.yml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
|
30 |
- name: Run test
|
31 |
run:
|
32 |
-
python main.py -a config_files/
|
33 |
|
34 |
- name: Compare output
|
35 |
run: diff data/validation/test_feat.csv data/test_feat.csv
|
@@ -59,7 +59,7 @@ jobs:
|
|
59 |
|
60 |
- name: Run test
|
61 |
run:
|
62 |
-
python main.py -a config_files/
|
63 |
|
64 |
- name: Compare output 1
|
65 |
run:
|
@@ -97,7 +97,7 @@ jobs:
|
|
97 |
|
98 |
- name: Run test
|
99 |
run:
|
100 |
-
python main.py -a config_files/
|
101 |
|
102 |
- name: Convert output and validation to same encoding
|
103 |
run: iconv -f UTF-8 -t ASCII output/benchmark/test_benchmark.csv > data/validation/test_benchmark.csv
|
@@ -126,7 +126,7 @@ jobs:
|
|
126 |
|
127 |
- name: Run test
|
128 |
run:
|
129 |
-
python main.py -a config_files/
|
130 |
|
131 |
test_evaluation-plotter:
|
132 |
runs-on: ubuntu-latest
|
@@ -153,7 +153,7 @@ jobs:
|
|
153 |
- name: Run test
|
154 |
run:
|
155 |
|
156 |
-
python main.py -a config_files/
|
157 |
|
158 |
test_integration:
|
159 |
runs-on: ubuntu-latest
|
@@ -179,7 +179,7 @@ jobs:
|
|
179 |
|
180 |
- name: Run test
|
181 |
run:
|
182 |
-
python main.py -a config_files/
|
183 |
|
184 |
test_grid_experiments_script:
|
185 |
runs-on: ubuntu-latest
|
@@ -205,7 +205,7 @@ jobs:
|
|
205 |
|
206 |
- name: Run test
|
207 |
run:
|
208 |
-
python execute_grid_experiments.py config_files/
|
209 |
|
210 |
- name: Convert output and validation to same encoding
|
211 |
run: iconv -f UTF-8 -t ASCII output/features/generated/2_bpic_features/2_ense_enseef_feat.csv > data/validation/2_ense_enseef_feat.csv
|
|
|
29 |
|
30 |
- name: Run test
|
31 |
run:
|
32 |
+
python main.py -a config_files/pipeline_steps/feature_extraction.json
|
33 |
|
34 |
- name: Compare output
|
35 |
run: diff data/validation/test_feat.csv data/test_feat.csv
|
|
|
59 |
|
60 |
- name: Run test
|
61 |
run:
|
62 |
+
python main.py -a config_files/pipeline_steps/generation.json
|
63 |
|
64 |
- name: Compare output 1
|
65 |
run:
|
|
|
97 |
|
98 |
- name: Run test
|
99 |
run:
|
100 |
+
python main.py -a config_files/pipeline_steps/benchmark.json
|
101 |
|
102 |
- name: Convert output and validation to same encoding
|
103 |
run: iconv -f UTF-8 -t ASCII output/benchmark/test_benchmark.csv > data/validation/test_benchmark.csv
|
|
|
126 |
|
127 |
- name: Run test
|
128 |
run:
|
129 |
+
python main.py -a config_files/pipeline_steps/augmentation.json
|
130 |
|
131 |
test_evaluation-plotter:
|
132 |
runs-on: ubuntu-latest
|
|
|
153 |
- name: Run test
|
154 |
run:
|
155 |
|
156 |
+
python main.py -a config_files/pipeline_steps/evaluation_plotter.json
|
157 |
|
158 |
test_integration:
|
159 |
runs-on: ubuntu-latest
|
|
|
179 |
|
180 |
- name: Run test
|
181 |
run:
|
182 |
+
python main.py -a config_files/test/experiment_test.json
|
183 |
|
184 |
test_grid_experiments_script:
|
185 |
runs-on: ubuntu-latest
|
|
|
205 |
|
206 |
- name: Run test
|
207 |
run:
|
208 |
+
python execute_grid_experiments.py config_files/test
|
209 |
|
210 |
- name: Convert output and validation to same encoding
|
211 |
run: iconv -f UTF-8 -t ASCII output/features/generated/2_bpic_features/2_ense_enseef_feat.csv > data/validation/2_ense_enseef_feat.csv
|
README.md
CHANGED
@@ -27,7 +27,7 @@ conda install pyrfr swig
|
|
27 |
### Startup
|
28 |
```console
|
29 |
conda activate gedi
|
30 |
-
python main.py -a config_files/
|
31 |
```
|
32 |
The last step should take only a few minutes to run.
|
33 |
|
@@ -43,7 +43,7 @@ To run different steps of the GEDI pipeline, please adapt the `.json` accordingl
|
|
43 |
conda activate gedi
|
44 |
python main.py -a config_files/algorithm/pipeline_steps/<pipeline-step>.json
|
45 |
```
|
46 |
-
For reference of possible keys and values for each step, please see `config_files/
|
47 |
To run the whole pipeline please create a new `.json` file, specifying all steps you want to run and specify desired keys and values for each step.
|
48 |
To reproduce results from out paper, please refer to [Experiments](#experiments).
|
49 |
|
|
|
27 |
### Startup
|
28 |
```console
|
29 |
conda activate gedi
|
30 |
+
python main.py -a config_files/test/experiment_test.json
|
31 |
```
|
32 |
The last step should take only a few minutes to run.
|
33 |
|
|
|
43 |
conda activate gedi
|
44 |
python main.py -a config_files/algorithm/pipeline_steps/<pipeline-step>.json
|
45 |
```
|
46 |
+
For reference of possible keys and values for each step, please see `config_files/test/experiment_test.json`.
|
47 |
To run the whole pipeline please create a new `.json` file, specifying all steps you want to run and specify desired keys and values for each step.
|
48 |
To reproduce results from out paper, please refer to [Experiments](#experiments).
|
49 |
|
config_files/{algorithm/experiment_real_targets.json β experiment_real_targets.json}
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enseef.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enself.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_enve.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rmcv.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_ense_rvpnot.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_enself.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_enve.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rmcv.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enseef_rvpnot.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_enve.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rmcv.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enself_rvpnot.json
RENAMED
File without changes
|
config_files/grid_2obj/generator_grid_2objectives_enve_mvo.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"pipeline_step": "event_logs_generation", "output_path": "output/shaining/grid_2obj", "generator_params": {"experiment": {"input_path": "data/grid_2obj/grid_2objectives_enve_mvo.csv", "objectives": ["epa_normalized_variant_entropy", "mean_variant_occurrence"]}, "config_space": {"mode": [5, 20], "sequence": [0.01, 1], "choice": [0.01, 1], "parallel": [0.01, 1], "loop": [0.01, 1], "silent": [0.01, 1], "lt_dependency": [0.01, 1], "num_traces": [10, 10001], "duplicate": [0], "or": [0]}, "n_trials": 200}}, {"pipeline_step": "feature_extraction", "input_path": "output/features/shaining/grid_2obj/grid_2objectives_enve_mvo/2_enve_mvo", "feature_params": {"feature_set": ["ratio_variants_per_number_of_traces", "ratio_most_common_variant", "ratio_top_10_variants", "epa_normalized_variant_entropy", "epa_normalized_sequence_entropy", "epa_normalized_sequence_entropy_linear_forgetting", "epa_normalized_sequence_entropy_exponential_forgetting"]}, "output_path": "output/plots", "real_eventlog_path": "data/BaselineED_feat.csv", "plot_type": "boxplot"}, {"pipeline_step": "benchmark_test", "benchmark_test": "discovery", "input_path": "output/shaining/grid_2obj/grid_2objectives_enve_mvo/2_enve_mvo", "output_path": "output", "miners": ["heu", "imf", "ilp"]}]
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rmcv.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_enve_rvpnot.json
RENAMED
File without changes
|
config_files/grid_2obj/generator_grid_2objectives_enve_sam.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"pipeline_step": "event_logs_generation", "output_path": "output/shaining/grid_2obj", "generator_params": {"experiment": {"input_path": "data/grid_2obj/grid_2objectives_enve_sam.csv", "objectives": ["epa_normalized_variant_entropy", "start_activities_median"]}, "config_space": {"mode": [5, 20], "sequence": [0.01, 1], "choice": [0.01, 1], "parallel": [0.01, 1], "loop": [0.01, 1], "silent": [0.01, 1], "lt_dependency": [0.01, 1], "num_traces": [10, 10001], "duplicate": [0], "or": [0]}, "n_trials": 200}}, {"pipeline_step": "feature_extraction", "input_path": "output/features/shaining/grid_2obj/grid_2objectives_enve_sam/2_enve_sam", "feature_params": {"feature_set": ["ratio_variants_per_number_of_traces", "ratio_most_common_variant", "ratio_top_10_variants", "epa_normalized_variant_entropy", "epa_normalized_sequence_entropy", "epa_normalized_sequence_entropy_linear_forgetting", "epa_normalized_sequence_entropy_exponential_forgetting"]}, "output_path": "output/plots", "real_eventlog_path": "data/BaselineED_feat.csv", "plot_type": "boxplot"}, {"pipeline_step": "benchmark_test", "benchmark_test": "discovery", "input_path": "output/shaining/grid_2obj/grid_2objectives_enve_sam/2_enve_sam", "output_path": "output", "miners": ["heu", "imf", "ilp"]}]
|
config_files/grid_2obj/generator_grid_2objectives_mvo_sam.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
[{"pipeline_step": "event_logs_generation", "output_path": "output/shaining/grid_2obj", "generator_params": {"experiment": {"input_path": "data/grid_2obj/grid_2objectives_mvo_sam.csv", "objectives": ["mean_variant_occurrence", "start_activities_median"]}, "config_space": {"mode": [5, 20], "sequence": [0.01, 1], "choice": [0.01, 1], "parallel": [0.01, 1], "loop": [0.01, 1], "silent": [0.01, 1], "lt_dependency": [0.01, 1], "num_traces": [10, 10001], "duplicate": [0], "or": [0]}, "n_trials": 200}}, {"pipeline_step": "feature_extraction", "input_path": "output/features/shaining/grid_2obj/grid_2objectives_mvo_sam/2_mvo_sam", "feature_params": {"feature_set": ["ratio_variants_per_number_of_traces", "ratio_most_common_variant", "ratio_top_10_variants", "epa_normalized_variant_entropy", "epa_normalized_sequence_entropy", "epa_normalized_sequence_entropy_linear_forgetting", "epa_normalized_sequence_entropy_exponential_forgetting"]}, "output_path": "output/plots", "real_eventlog_path": "data/BaselineED_feat.csv", "plot_type": "boxplot"}, {"pipeline_step": "benchmark_test", "benchmark_test": "discovery", "input_path": "output/shaining/grid_2obj/grid_2objectives_mvo_sam/2_mvo_sam", "output_path": "output", "miners": ["heu", "imf", "ilp"]}]
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rmcv_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rmcv_rvpnot.json
RENAMED
File without changes
|
config_files/{algorithm/grid_2obj β grid_2obj}/generator_grid_2objectives_rt10v_rvpnot.json
RENAMED
File without changes
|
config_files/grid_experiments/genGrid1to3minMedian90Q.json
ADDED
@@ -0,0 +1,293 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[
|
2 |
+
{
|
3 |
+
"pipeline_step": "event_logs_generation",
|
4 |
+
"output_path": "data/genGrid1to3minMedian90Q",
|
5 |
+
"generator_params": {
|
6 |
+
"experiment": [
|
7 |
+
{
|
8 |
+
"mean_variant_occurrence": 2.64
|
9 |
+
},
|
10 |
+
{
|
11 |
+
"mean_variant_occurrence": 274.67
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"mean_variant_occurrence": 1.0
|
15 |
+
},
|
16 |
+
{
|
17 |
+
"start_activities_median": 32.5
|
18 |
+
},
|
19 |
+
{
|
20 |
+
"start_activities_median": 15583.2
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"start_activities_median": 1.0
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"epa_normalized_variant_entropy": 0.7
|
27 |
+
},
|
28 |
+
{
|
29 |
+
"epa_normalized_variant_entropy": 0.8
|
30 |
+
},
|
31 |
+
{
|
32 |
+
"epa_normalized_variant_entropy": 0.0
|
33 |
+
},
|
34 |
+
{
|
35 |
+
"mean_variant_occurrence": 2.64,
|
36 |
+
"start_activities_median": 32.5
|
37 |
+
},
|
38 |
+
{
|
39 |
+
"mean_variant_occurrence": 2.64,
|
40 |
+
"start_activities_median": 15583.2
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"mean_variant_occurrence": 2.64,
|
44 |
+
"start_activities_median": 1.0
|
45 |
+
},
|
46 |
+
{
|
47 |
+
"mean_variant_occurrence": 274.67,
|
48 |
+
"start_activities_median": 32.5
|
49 |
+
},
|
50 |
+
{
|
51 |
+
"mean_variant_occurrence": 274.67,
|
52 |
+
"start_activities_median": 15583.2
|
53 |
+
},
|
54 |
+
{
|
55 |
+
"mean_variant_occurrence": 274.67,
|
56 |
+
"start_activities_median": 1.0
|
57 |
+
},
|
58 |
+
{
|
59 |
+
"mean_variant_occurrence": 1.0,
|
60 |
+
"start_activities_median": 32.5
|
61 |
+
},
|
62 |
+
{
|
63 |
+
"mean_variant_occurrence": 1.0,
|
64 |
+
"start_activities_median": 15583.2
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"mean_variant_occurrence": 1.0,
|
68 |
+
"start_activities_median": 1.0
|
69 |
+
},
|
70 |
+
{
|
71 |
+
"epa_normalized_variant_entropy": 0.7,
|
72 |
+
"mean_variant_occurrence": 2.64
|
73 |
+
},
|
74 |
+
{
|
75 |
+
"epa_normalized_variant_entropy": 0.7,
|
76 |
+
"mean_variant_occurrence": 274.67
|
77 |
+
},
|
78 |
+
{
|
79 |
+
"epa_normalized_variant_entropy": 0.7,
|
80 |
+
"mean_variant_occurrence": 1.0
|
81 |
+
},
|
82 |
+
{
|
83 |
+
"epa_normalized_variant_entropy": 0.8,
|
84 |
+
"mean_variant_occurrence": 2.64
|
85 |
+
},
|
86 |
+
{
|
87 |
+
"epa_normalized_variant_entropy": 0.8,
|
88 |
+
"mean_variant_occurrence": 274.67
|
89 |
+
},
|
90 |
+
{
|
91 |
+
"epa_normalized_variant_entropy": 0.8,
|
92 |
+
"mean_variant_occurrence": 1.0
|
93 |
+
},
|
94 |
+
{
|
95 |
+
"epa_normalized_variant_entropy": 0.0,
|
96 |
+
"mean_variant_occurrence": 2.64
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"epa_normalized_variant_entropy": 0.0,
|
100 |
+
"mean_variant_occurrence": 274.67
|
101 |
+
},
|
102 |
+
{
|
103 |
+
"epa_normalized_variant_entropy": 0.0,
|
104 |
+
"mean_variant_occurrence": 1.0
|
105 |
+
},
|
106 |
+
{
|
107 |
+
"epa_normalized_variant_entropy": 0.7,
|
108 |
+
"start_activities_median": 32.5
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"epa_normalized_variant_entropy": 0.7,
|
112 |
+
"start_activities_median": 15583.2
|
113 |
+
},
|
114 |
+
{
|
115 |
+
"epa_normalized_variant_entropy": 0.7,
|
116 |
+
"start_activities_median": 1.0
|
117 |
+
},
|
118 |
+
{
|
119 |
+
"epa_normalized_variant_entropy": 0.8,
|
120 |
+
"start_activities_median": 32.5
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"epa_normalized_variant_entropy": 0.8,
|
124 |
+
"start_activities_median": 15583.2
|
125 |
+
},
|
126 |
+
{
|
127 |
+
"epa_normalized_variant_entropy": 0.8,
|
128 |
+
"start_activities_median": 1.0
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"epa_normalized_variant_entropy": 0.0,
|
132 |
+
"start_activities_median": 32.5
|
133 |
+
},
|
134 |
+
{
|
135 |
+
"epa_normalized_variant_entropy": 0.0,
|
136 |
+
"start_activities_median": 15583.2
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"epa_normalized_variant_entropy": 0.0,
|
140 |
+
"start_activities_median": 1.0
|
141 |
+
},
|
142 |
+
{
|
143 |
+
"epa_normalized_variant_entropy": 0.7,
|
144 |
+
"mean_variant_occurrence": 2.64,
|
145 |
+
"start_activities_median": 32.5
|
146 |
+
},
|
147 |
+
{
|
148 |
+
"epa_normalized_variant_entropy": 0.7,
|
149 |
+
"mean_variant_occurrence": 2.64,
|
150 |
+
"start_activities_median": 15583.2
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"epa_normalized_variant_entropy": 0.7,
|
154 |
+
"mean_variant_occurrence": 2.64,
|
155 |
+
"start_activities_median": 1.0
|
156 |
+
},
|
157 |
+
{
|
158 |
+
"epa_normalized_variant_entropy": 0.7,
|
159 |
+
"mean_variant_occurrence": 274.67,
|
160 |
+
"start_activities_median": 32.5
|
161 |
+
},
|
162 |
+
{
|
163 |
+
"epa_normalized_variant_entropy": 0.7,
|
164 |
+
"mean_variant_occurrence": 274.67,
|
165 |
+
"start_activities_median": 15583.2
|
166 |
+
},
|
167 |
+
{
|
168 |
+
"epa_normalized_variant_entropy": 0.7,
|
169 |
+
"mean_variant_occurrence": 274.67,
|
170 |
+
"start_activities_median": 1.0
|
171 |
+
},
|
172 |
+
{
|
173 |
+
"epa_normalized_variant_entropy": 0.7,
|
174 |
+
"mean_variant_occurrence": 1.0,
|
175 |
+
"start_activities_median": 32.5
|
176 |
+
},
|
177 |
+
{
|
178 |
+
"epa_normalized_variant_entropy": 0.7,
|
179 |
+
"mean_variant_occurrence": 1.0,
|
180 |
+
"start_activities_median": 15583.2
|
181 |
+
},
|
182 |
+
{
|
183 |
+
"epa_normalized_variant_entropy": 0.7,
|
184 |
+
"mean_variant_occurrence": 1.0,
|
185 |
+
"start_activities_median": 1.0
|
186 |
+
},
|
187 |
+
{
|
188 |
+
"epa_normalized_variant_entropy": 0.8,
|
189 |
+
"mean_variant_occurrence": 2.64,
|
190 |
+
"start_activities_median": 32.5
|
191 |
+
},
|
192 |
+
{
|
193 |
+
"epa_normalized_variant_entropy": 0.8,
|
194 |
+
"mean_variant_occurrence": 2.64,
|
195 |
+
"start_activities_median": 15583.2
|
196 |
+
},
|
197 |
+
{
|
198 |
+
"epa_normalized_variant_entropy": 0.8,
|
199 |
+
"mean_variant_occurrence": 2.64,
|
200 |
+
"start_activities_median": 1.0
|
201 |
+
},
|
202 |
+
{
|
203 |
+
"epa_normalized_variant_entropy": 0.8,
|
204 |
+
"mean_variant_occurrence": 274.67,
|
205 |
+
"start_activities_median": 32.5
|
206 |
+
},
|
207 |
+
{
|
208 |
+
"epa_normalized_variant_entropy": 0.8,
|
209 |
+
"mean_variant_occurrence": 274.67,
|
210 |
+
"start_activities_median": 15583.2
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"epa_normalized_variant_entropy": 0.8,
|
214 |
+
"mean_variant_occurrence": 274.67,
|
215 |
+
"start_activities_median": 1.0
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"epa_normalized_variant_entropy": 0.8,
|
219 |
+
"mean_variant_occurrence": 1.0,
|
220 |
+
"start_activities_median": 32.5
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"epa_normalized_variant_entropy": 0.8,
|
224 |
+
"mean_variant_occurrence": 1.0,
|
225 |
+
"start_activities_median": 15583.2
|
226 |
+
},
|
227 |
+
{
|
228 |
+
"epa_normalized_variant_entropy": 0.8,
|
229 |
+
"mean_variant_occurrence": 1.0,
|
230 |
+
"start_activities_median": 1.0
|
231 |
+
},
|
232 |
+
{
|
233 |
+
"epa_normalized_variant_entropy": 0.0,
|
234 |
+
"mean_variant_occurrence": 2.64,
|
235 |
+
"start_activities_median": 32.5
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"epa_normalized_variant_entropy": 0.0,
|
239 |
+
"mean_variant_occurrence": 2.64,
|
240 |
+
"start_activities_median": 15583.2
|
241 |
+
},
|
242 |
+
{
|
243 |
+
"epa_normalized_variant_entropy": 0.0,
|
244 |
+
"mean_variant_occurrence": 2.64,
|
245 |
+
"start_activities_median": 1.0
|
246 |
+
},
|
247 |
+
{
|
248 |
+
"epa_normalized_variant_entropy": 0.0,
|
249 |
+
"mean_variant_occurrence": 274.67,
|
250 |
+
"start_activities_median": 32.5
|
251 |
+
},
|
252 |
+
{
|
253 |
+
"epa_normalized_variant_entropy": 0.0,
|
254 |
+
"mean_variant_occurrence": 274.67,
|
255 |
+
"start_activities_median": 15583.2
|
256 |
+
},
|
257 |
+
{
|
258 |
+
"epa_normalized_variant_entropy": 0.0,
|
259 |
+
"mean_variant_occurrence": 274.67,
|
260 |
+
"start_activities_median": 1.0
|
261 |
+
},
|
262 |
+
{
|
263 |
+
"epa_normalized_variant_entropy": 0.0,
|
264 |
+
"mean_variant_occurrence": 1.0,
|
265 |
+
"start_activities_median": 32.5
|
266 |
+
},
|
267 |
+
{
|
268 |
+
"epa_normalized_variant_entropy": 0.0,
|
269 |
+
"mean_variant_occurrence": 1.0,
|
270 |
+
"start_activities_median": 15583.2
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"epa_normalized_variant_entropy": 0.0,
|
274 |
+
"mean_variant_occurrence": 1.0,
|
275 |
+
"start_activities_median": 1.0
|
276 |
+
}
|
277 |
+
],
|
278 |
+
"config_space": {
|
279 |
+
"mode": "[5, 20]",
|
280 |
+
"sequence": "[0.01, 1]",
|
281 |
+
"choice": "[0.01, 1]",
|
282 |
+
"parallel": "[0.01, 1]",
|
283 |
+
"loop": "[0.01, 1]",
|
284 |
+
"silent": "[0.01, 1]",
|
285 |
+
"lt_dependency": "[0.01, 1]",
|
286 |
+
"num_traces": "[10, 1000]",
|
287 |
+
"duplicate": "[0]",
|
288 |
+
"or": "[0]"
|
289 |
+
},
|
290 |
+
"n_trials": 200
|
291 |
+
}
|
292 |
+
}
|
293 |
+
]
|
config_files/{algorithm/pipeline_steps β pipeline_steps}/augmentation.json
RENAMED
File without changes
|
config_files/{algorithm/pipeline_steps β pipeline_steps}/benchmark.json
RENAMED
File without changes
|
config_files/{algorithm/pipeline_steps β pipeline_steps}/evaluation_plotter.json
RENAMED
File without changes
|
config_files/{algorithm/pipeline_steps β pipeline_steps}/feature_extraction.json
RENAMED
File without changes
|
config_files/{algorithm/pipeline_steps β pipeline_steps}/generation.json
RENAMED
File without changes
|
config_files/{algorithm β test}/experiment_test.json
RENAMED
File without changes
|
config_files/{algorithm/test β test}/generator_2bpic_2objectives_ense_enseef.json
RENAMED
File without changes
|
config_files/{algorithm/test β test}/generator_grid_1objectives_rt10v.json
RENAMED
File without changes
|
config_files/{algorithm/test β test}/generator_grid_2objectives_ense_enself.json
RENAMED
File without changes
|