Spaces:
Running
Running
Andrea Maldonado
commited on
Commit
·
2af1d4b
1
Parent(s):
2774809
Adds multiple experiments to gen
Browse files
.github/workflows/test_gedi.yml
CHANGED
@@ -125,6 +125,7 @@ jobs:
|
|
125 |
- name: Install dependencies
|
126 |
run: |
|
127 |
sudo apt-get install build-essential python3 python3-dev
|
|
|
128 |
- name: Install feeed
|
129 |
run: |
|
130 |
python -m pip install --upgrade pip
|
|
|
125 |
- name: Install dependencies
|
126 |
run: |
|
127 |
sudo apt-get install build-essential python3 python3-dev
|
128 |
+
|
129 |
- name: Install feeed
|
130 |
run: |
|
131 |
python -m pip install --upgrade pip
|
config_files/algorithm/generation.json
CHANGED
@@ -3,7 +3,10 @@
|
|
3 |
"pipeline_step": "event_logs_generation",
|
4 |
"output_path": "output",
|
5 |
"generator_params": {
|
6 |
-
"experiment":
|
|
|
|
|
|
|
7 |
"config_space": {
|
8 |
"mode": [5, 20],
|
9 |
"sequence": [0.01, 1],
|
|
|
3 |
"pipeline_step": "event_logs_generation",
|
4 |
"output_path": "output",
|
5 |
"generator_params": {
|
6 |
+
"experiment": [
|
7 |
+
{"epa_normalized_sequence_entropy_linear_forgetting": 0.2, "ratio_top_20_variants": 0.4},
|
8 |
+
{"epa_normalized_sequence_entropy_linear_forgetting": 0.4, "ratio_top_20_variants": 0.7}
|
9 |
+
],
|
10 |
"config_space": {
|
11 |
"mode": [5, 20],
|
12 |
"sequence": [0.01, 1],
|