Andrea Maldonado commited on
Commit
bbf577d
·
1 Parent(s): 9e41c5f

Corrects spaces

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -87,7 +87,6 @@ The JSON file consists of the following key-value pairs:
87
  - font_size: label font size of the output plot
88
  - boxplot_width: width of the violinplot/boxplot
89
 
90
-
91
  ### Generation
92
  ---
93
  After having extracted meta features from the files, the next step is to generate event log data accordingly. Generally, there are two settings on how the targets are defined: i) meta feature targets are defined by the meta features from the real event log data; ii) a configuration space is defined which resembles the feasible meta features space.
@@ -401,6 +400,7 @@ streamlit run utils/config_fabric.py # To tunnel to local machine add: --server.
401
  ssh -N -f -L 9000:localhost:8501 <user@remote_machine.com>
402
  open "http://localhost:9000/"
403
  ```
 
404
  ### Visualizations
405
  To run the visualizations, we employ [jupyter notebooks](https://jupyter.org/install) and [add the installed environment to the jupyter notebook](https://medium.com/@nrk25693/how-to-add-your-conda-environment-to-your-jupyter-notebook-in-just-4-steps-abeab8b8d084). We then start all visualizations by running e.g.: `jupyter noteboook`. In the following, we describe the `.ipynb`-files in the folder `\notebooks` to reproduce the figures from our paper.
406
 
@@ -441,6 +441,7 @@ abstract="Process mining solutions include enhancing performance, conserving res
441
  isbn="978-3-031-70396-6"
442
  }
443
  ```
 
444
  Furthermore, the `iGEDI` web application is taken directly from the original paper by [Maldonado](mailto:[email protected]), Aryasomayajula, Frey, and Seidl and is *to appear on Demos@ICPM'24*.
445
  ```
446
  @inproceedings{maldonado2024igedi,
 
87
  - font_size: label font size of the output plot
88
  - boxplot_width: width of the violinplot/boxplot
89
 
 
90
  ### Generation
91
  ---
92
  After having extracted meta features from the files, the next step is to generate event log data accordingly. Generally, there are two settings on how the targets are defined: i) meta feature targets are defined by the meta features from the real event log data; ii) a configuration space is defined which resembles the feasible meta features space.
 
400
  ssh -N -f -L 9000:localhost:8501 <user@remote_machine.com>
401
  open "http://localhost:9000/"
402
  ```
403
+
404
  ### Visualizations
405
  To run the visualizations, we employ [jupyter notebooks](https://jupyter.org/install) and [add the installed environment to the jupyter notebook](https://medium.com/@nrk25693/how-to-add-your-conda-environment-to-your-jupyter-notebook-in-just-4-steps-abeab8b8d084). We then start all visualizations by running e.g.: `jupyter noteboook`. In the following, we describe the `.ipynb`-files in the folder `\notebooks` to reproduce the figures from our paper.
406
 
 
441
  isbn="978-3-031-70396-6"
442
  }
443
  ```
444
+
445
  Furthermore, the `iGEDI` web application is taken directly from the original paper by [Maldonado](mailto:[email protected]), Aryasomayajula, Frey, and Seidl and is *to appear on Demos@ICPM'24*.
446
  ```
447
  @inproceedings{maldonado2024igedi,