Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 726 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 726 Bytes

Can_Polars_save_Polars

Project repo for the course Sustainability in Computer and Data science 2024

RAPL

Because side channels it is behind sudo. I just do sudo chmod +r /sys/class/powercap/intel-rapl/intel-rapl:0/energy_u to be able to access it.

If you see negative energy results just add max_energy_range_uj value to it. In the benchmark results included this is 65532610987.

How to download the dataset

Run ./download_data.sh from the repository root. A download should start and a nyc_parking_violations_2022.parquet file should appear in your directory.
You do not need to run the shell script yourself if you use the load function provided in load_dataset.py.