Baselight

Room-Occupancy-Vacancy

Predict whether or not a room is occupied by any person.

@kaggle.shelvigarg_room_occupancy

Loading...
Loading...

About this Dataset

Room-Occupancy-Vacancy

Experimental data was used for classifying whether the room is occupied or vacant by using Environmental Variables of the room: Temperature, humidity, Light and CO2, etc.

This dataset contains 5 features and a target variable:
Temperature
Humidity
Light
Carbon dioxide(CO2)

Target Variable:
1-if there is a chance of room occupancy.
0-No chances of room occupancy

Inspiration
Predict whether or not the room is empty.

Tables

Room Occupancy

@kaggle.shelvigarg_room_occupancy.room_occupancy
  • 44.59 KB
  • 2665 rows
  • 6 columns
Loading...

CREATE TABLE room_occupancy (
  "temperature" DOUBLE,
  "humidity" DOUBLE,
  "light" DOUBLE,
  "co2" DOUBLE,
  "humidityratio" DOUBLE,
  "occupancy" BIGINT
);

Share link

Anyone who has the link will be able to view this.