buds-lab / building-prediction-benchmarking

An array of open source ML models applied to long-term hourly energy prediction for institutional buildings
http://www.budslab.org/
MIT License
26 stars 4 forks source link

Include the holiday and break schedules as an input variable #7

Closed cmiller8 closed 5 years ago

cmiller8 commented 5 years ago

I have had another freelancer to the tedious work of creating a spreadsheet of all of the holidays. I have shared this spreadsheet on slack in addition to a MASTER meta spreadsheet where we can match the buildings with their annual schedules and use that as daily input to the ML models

cmiller8 commented 5 years ago

I added a column to the meta_open.csv file called annualschedule -- each building has a schedule for each day of the time range. We need to add that label to the training and testing in the same way as
day of week.

The schedule files are also now found in the input folder.

This issue is top priority right now

cmiller8 commented 5 years ago

Implemented and consolidated in the master notebook