Your local data folder should have
./raw
./feather
All leaked data conforms to a common standard with reduced memory:
Data columns (total 4 columns):
building_id int16
meter int8
timestamp datetime64[ns]
meter_reading_scraped float32
- Site 0, UCF campus buildings
- Complete data for all buildings, years
- Site 1, UCL campus buildings
- Missing only one building
- Site 2, ASU campus
- ??
- Site 4, Berkeley UCB campus
- Missing some buildings
- Site 15, Cornell
- Does not include 2016
Both test and train weather have psychrometrics calculated.
ln -s YOUR_DATA_PATH ./data
i.e.;
ln -s ~/DATA/ashrae-energy-prediction/data ./data
- Activate the env
- Ensure ipykernel is pip-installed
- Install the kernel to jupyter
ipython kernel install --user --name=kaggle_ashrae_dsr