Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqibsaeed/occupancy-detection

Occupancy detection of an office room from light, temperature, humidity and CO2 measurements
https://github.com/aqibsaeed/occupancy-detection

machine-learning occupancy-detection time-series tpot

Last synced: 4 days ago
JSON representation

Occupancy detection of an office room from light, temperature, humidity and CO2 measurements

Awesome Lists containing this project

README

        

# Occupancy Detection

Occupancy detection of an office room from light, temperature, humidity and CO2 measurements using TPOT (A Python tool that automatically creates and optimizes machine learning pipelines using genetic programming)



### Required Packages
Python 2.7 is used during development and following libraries are required to run the code provided in the notebook:
* [TPOT](https://github.com/rhiever/tpot)
* Scikit-Learn 0.18
* Numpy
* Matplotlib
* Pandas

### Dataset
The Occupancy Detection dataset used, can be downloaded from the following [link](http://archive.ics.uci.edu/ml/datasets/Occupancy+Detection+).