ni3choudhary / Time-Series-Forecasting-PJME-Hourly-Energy-Consumption

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time-Series-Forecasting-PJME-Hourly-Energy-Consumption

Kaggle Python 3.6

Problem statement:

The Idea is to find trends in energy consumption around hours of the day, holidays.

Dataset

You can find the dataset here.

setup

To create a project from scratch use following steps - -

$ python3 -m venv venv

Activate Virtual Environment

$ .venv/bin/activate 
          OR
$ .\venv\Scripts\activate

Install Libraries using below command

$ pip install -r requirements.txt
  • Run jupyter notebook to see the results.

• Please do ⭐ the repository, if it helped you in anyway.

About


Languages

Language:Jupyter Notebook 100.0%