This is an in-depth introspection on the data from a Smart Home System Dataset with weather Information. The acquired data file, stored in a CSV format, contains the readings with a time span of 1 minute of house appliances in kW from a smart meter and weather conditions of that particular region.
├── LICENSE
│
├── Makefile <- Makefile with commands like `make data` or `make train`
│
├── README.md <- The top-level README for developers using this project.
│
├── data set <- Contains the primary data set suppressed inside a zip file.
│
├── docs <- Folder contains documentation about the features of the data set.
│
│
├── analysis <- Jupyter notebooks, where the primary analysis is carried out.
│
├── references <- Data source links and references based on the observations.
│
├── figures <- All the generated graphs utilized for this study.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment
│
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
│
│
└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io