/EnergyConsumptionPrediction

This dataset includes the monitoring of energy consumption of a Data Server that is working in the facilities of the Information Technology Center (CTI) of the Escuela Superior Politecnica del Litoral (ESPOL).

Primary LanguageMATLAB

PlotData

Dataset

Related work

Repository technical specifications

To work better it is recommended:

  • The main code in the project folder
  • The data in a subfolder called "data"
  • Put these functions in a subfolder called "src"

Keynote

Clone

Switched to Branch

  • git branch
  • git checkout NameBranch

New Branch

  • git checkout -b NameBranch

Push

  • git status
  • git add .
  • git status
  • git commit -m "message"
  • git push origin NameBrach