Project Title: Occupancy Classification Data
Background:
You are given sensor data of an office such as light, temperature, humidity, and CO2 measurements. There is also an attribute to indicate whether the room is occupied. In this way, we could analyze the data for patterns and apply a linear regression model to predict whether the room is occupied.
Objectives:
The objectives of this project are:
Data Set Information:
Each record in the data set consists of 8 attributes:
Attribute |
Attribute description |
index |
record index |
date |
record date time year-month-day hour:minute:second |
Temperature |
In Celsius |
Humidity |
In % |
Light |
In Lux |
CO2 |
In ppm |
Humidity Ratio |
Derived quantity from temperature and relative humidity, in kg water-vapor/kg-air |
Occupancy |
, 0 or 1, 0 for not occupied, 1 for occupied status |
Detail: https://github.com/LuisM78/Occupancy-detection-data
DescriptionIn this final assignment, the students will demonstrate their ability to apply two ma
Path finding involves finding a path from A to B. Typically we want the path to have certain properties,such as being the shortest or to avoid going t
Develop a program to emulate a purchase transaction at a retail store. Thisprogram will have two classes, a LineItem class and a Transaction class. Th
1 Project 1 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of
1 Project 2 Introduction - the SeaPort Project series For this set of projects for the course, we wish to simulate some of the aspects of a number of