Forecasting with TDengine
Please download TDengine official installation package from the official website or build it from the source code then install TDengine to your system.
python -m pip install -r requirements.txt
python mockdata.py [--devices NUM_OF_DEVICES]
python forecast.py
python forecast.py --plotext
python forecast.py --dump forecast-result.png
usage: forecast.py [-h] [--dump DUMP] [--plotext]
Forecast power consumption program
options: -h, --help show this help message and exit --dump DUMP dump forecast picture to file --plotext plot forecast picture in console mode