Skip to content

MayukhSobo/AirConditionerTimeSeries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirConditionerTimeSeries

Time Series Data Analysis for Air Conditioner

How to run

Step 0: Clone the repository

Step 1: Create a virtualenv

$ virtualenv -p python3 --no-site-packages venv

Step 2: Install the libraries

$ pip install -r requirement.txt

Step 3: Run the notebook

$ jupyter notebook Time Series Analysis.ipynb