Skip to content

delftdata/repro-di

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducibility in Data Integration Through the Looking Glass

Project page: https://delftdata.github.io/repro-di/

The repository contains the dataset created by applying the reproducibility checklist on 27 papers belonging to data integration. The list of papers participating in the study can be found in the dataset, second parameter called name. We used the dataset to analyse the degree of reproducibility in data integration. The analysis can be found in the jupyter notebook.

You can find the reproducibility checklist on the project page.

All the plots used in the paper are generated in the jupyter notebook and can be found in the plots directory.

Prerequisits

  • Python 3.8.2

Installation

  • Use a python virtual environment of your choice
  • Install the requirements
pip install -r requirements.txt