-
Download the datasets in
CSV
andJSON
formats from the link and place them in thedatasets
folder. -
IMPORTANT: Please generate the required hdf5 files by navigating to the
datasets
folder and running the filegenerate_hdfs.py
-
To run energy measurement for a library for a particular dataset, nagvigate to scripts folder and use the command
sudo python3 measure_<dataset_name>_<library_name>.py
Ex: To measure energy consumption of Dask on Adult dataset, use
sudo python3 measure_adult_dask.py
- Results folder contains results of our experiments
- Summary folder contains mean, median and standard deviations of pkg, dram and time duration for all libraries for a particular dataset