Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.85 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.85 KB

Replication package for the paper "Bridging the Language Gap: An Empirical Study of Bindings for Open Source Machine Learning Libraries in Software Package Ecosystems "

Data Overview

The data is based on the dataset of Librario.io, the extracted data can be found in the data/ folder:

Environment Setup

We provide an environment.yml file that can be used with Conda to create an environment with all the necessary dependencies:

conda env create -f environment.yml

Reproducing the Study

For replicating the results presented in our paper, we have organized Jupyter notebooks in the analyze_notebooks directory. In addition, we provide the scripts for data collecting in the data_collection directory