inCUBE

Description

Time series multistep forecasting on consumptions of solar panels

Commands

The Makefile contains the central entry points for common tasks related to this project.

  • make test: for running all tests
  • make train: for training a model per every device
  • make predict: for inference next values used model device trained
  • make lint: for linting python files
  • make formatting: for formatting python files
  • make create_dataset: for creating dataset train and forecast
  • make create_environment: for creating virtual environment and install all libraries