christianmaxmike commited on
Commit
718ccd7
·
1 Parent(s): 80e4666

update README.md with eval of rela targets

Browse files
README.md CHANGED
@@ -46,6 +46,14 @@ python main.py -o config_files/options/baseline.json -a config_files/algorithm/<
46
  For reference of possible keys and values for each step, please see `config_files/algorithm/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
 
 
 
 
 
 
 
 
 
49
  ## Result plotting
50
  In the following, we describe the ipynb in the folder `\notebooks` to reproduce the illustrations from our paper.
51
 
 
46
  For reference of possible keys and values for each step, please see `config_files/algorithm/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
 
49
+ ## Evaluation real targets
50
+ In order to execute the experiments with real targets,we employ the config file `config_files/algorithm/experiment_real_targets.json`. The script's pipeline will output the generated event logs with meta features values being optimized towards meta features of real-world benchmark datasets. Furthermore, it will output the respective feature values in the `\output`folder as well as the benchmark values.
51
+
52
+ ```console
53
+ conda activate gedi
54
+ python main.py -o config_files/options/baseline.json -a config_files/algorithm/experiment_real_targets.json.json
55
+ ```
56
+
57
  ## Result plotting
58
  In the following, we describe the ipynb in the folder `\notebooks` to reproduce the illustrations from our paper.
59
 
notebooks/gedi_fig6_benchmark_boxplots.ipynb CHANGED
@@ -13,7 +13,7 @@
13
  "id": "c433e232-19d2-46e2-b669-50fbbaae2e28",
14
  "metadata": {},
15
  "source": [
16
- "#### load data"
17
  ]
18
  },
19
  {
 
13
  "id": "c433e232-19d2-46e2-b669-50fbbaae2e28",
14
  "metadata": {},
15
  "source": [
16
+ "#### Load Data"
17
  ]
18
  },
19
  {
notebooks/gedi_figs4and5_representativeness.ipynb CHANGED
The diff for this file is too large to render. See raw diff
 
notebooks/gedi_figs7and8_benchmarking_statisticalTests.ipynb CHANGED
@@ -13,7 +13,7 @@
13
  "id": "51cee5d6-2d4c-4bdd-bdbf-4b3a3b76e6d6",
14
  "metadata": {},
15
  "source": [
16
- "#### load data"
17
  ]
18
  },
19
  {
 
13
  "id": "51cee5d6-2d4c-4bdd-bdbf-4b3a3b76e6d6",
14
  "metadata": {},
15
  "source": [
16
+ "#### Load Data"
17
  ]
18
  },
19
  {