Skip to content
Snippets Groups Projects
Commit 70a249b9 authored by alexander06's avatar alexander06
Browse files

Add README

parent 592848c1
Branches
Tags
No related merge requests found
Pipeline #59755 passed
# Evaluation Report Generator
This project corresponds to the bachelor's thesis "Creating a Pipeline for Reproducible Evaluation Report Generation" written at the Human-Centered Computing research group.
First Examiner: Prof. Dr. Claudia Müller-Birn
Second Examiner: TBA
## Description
This repository contains two pipelines `pipeline.ipynb` and `new_pipeline.ipynb` which generate evaluation reports. `pipeline.ipynb` automates the current evaluation report, while `new_pipeline.ipynb` uses suggestions from different people across the department for Mathematics, Computer Science and Bioinformatics to improve the evaluation report.
To work the pipeline needs data in the `raw_data/` folder in the following structure:
```shell
├── Bioinformatik
│ └── Bioinformatik_SoSe2019
│ └── daten.csv
├── Informatik
│ └── Informatik_SoSe2019
│ └── daten.csv
└── Mathematik
└── Mathematik_SoSe2019
└── daten.csv
```
`daten.csv` comes from an export in [Zensus](https://www.zedat.fu-berlin.de/Benutzerservice/UniZensus). The `data.example.csv` shows the schema the data needs to have. To be able to work the pipeline also needs data for all three institutes per semester. Folders with semester names should always look like this: `[Institute]_[WiSeYYYY/YY|SoSeYYYY]`.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment