Directory Structure and Explanation
.
├── data explanation.md
├── location1.csv
├── location2.csv
├── location3_full.csv -> full version of the location 3 data
├── location3_hours_full
│ └── (individual hourly data, with timestamps. for use if you want to run the entire demo)
├── location3_hours_small
│ └── (individual hourly data, with timestamps. for use if you want to run the small version of the demo)
├── location3_small.csv -> small version of the full location 3 data
├── location3_synthetic_full.csv -> synthetic version of the location 3 full data
├── location3_synthetic_small.csv -> synthetic version of the location 3 small data [never saved to FS]
├── naive_syn_data.csv -> naive version of synthetic location 3 data
├── onboarding_sample.csv -> sample data for onboarding
├── sample_syn.csv -> sample synthetic data for onboarding
├── test.csv -> testing data for downstream ML model [Prophet]
└── test_label.csv -> labels for the test data