Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
d524d16
1
Parent(s):
e9894f9
no need legacy config file
Browse files
config_files/algorithm/fix_24.json
DELETED
@@ -1,34 +0,0 @@
|
|
1 |
-
[
|
2 |
-
{
|
3 |
-
"pipeline_step": "event_logs_generation",
|
4 |
-
"output_path":"data/generated",
|
5 |
-
"generator_params": {
|
6 |
-
"objectives": {
|
7 |
-
"normalized_sequence_entropy_linear_forgetting": 0.05,
|
8 |
-
"ratio_top_20_variants": 0.4
|
9 |
-
},
|
10 |
-
"config_space": {
|
11 |
-
"mode": [5, 40],
|
12 |
-
"sequence": [0.01, 1],
|
13 |
-
"choice": [0.01, 1],
|
14 |
-
"parallel": [0.01, 1],
|
15 |
-
"loop": [0.01, 1],
|
16 |
-
"silent": [0.01, 1],
|
17 |
-
"lt_dependency": [0.01, 1],
|
18 |
-
"num_traces": [100, 1001],
|
19 |
-
"duplicate": [0],
|
20 |
-
"or": [0]
|
21 |
-
},
|
22 |
-
"n_trials": 20
|
23 |
-
}
|
24 |
-
},
|
25 |
-
{
|
26 |
-
"pipeline_step": "feature_extraction",
|
27 |
-
"input_path": "data/generated",
|
28 |
-
"feature_params": {"feature_set":["simple_stats", "trace_length", "trace_variant", "activities", "start_activities", "end_activities", "entropies", "complexity"]},
|
29 |
-
"feature_params": {"feature_set":["trace_length"]},
|
30 |
-
"output_path": "output/plots",
|
31 |
-
"real_eventlog_path": "data/log_meta_features.csv",
|
32 |
-
"plot_type": "boxplot"
|
33 |
-
}
|
34 |
-
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|