-
First you need to install poetry, you will find all ressources on python-poetry
-
To install the energydisaggregation package, run the following command in the
EnergyDisaggregation/
folder:poetry install
This should install the package in a virtual environnement that you will be using during the project. If you need to add new library to the project please do it by using the following command :
poetry add NewPackage
energydisaggregation/
: This is the root folder of your package, it contains the actual code of your package.energydisaggregation/data
: data treatement and data loading moduleenergydisaggregation/data/config
: Contains information about the columns of interest for each data sourceenergydisaggregation/data/dataloader
: data treatement and data loading class
Notebook/
: This is where you should place your jupyter notebooks
Please review the Notebook/EDA.ipynb
notebook to understand how to manipulate data and start you exploratory data analysis.
We collected for you history of regional french power consumption and weather data :
Data/consommation-quotidienne-brute-regionale.csv
contains power consumption history extracted from RTE opendata sourceData/donnees-synop-essentielles-omm.csv
contains weather information history extracted from SYNOP opendata source
Please download them into the Data/
forlder