Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 374 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 374 Bytes

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