Skip to content

Coady533/TEMPERATURE-MAPPING-OF-A-CLASSROOM-LT4-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Grid Temperature Prediction

This project predicts classroom grid temperatures using a machine learning model.

What it does

  • Loads classroom temperature data from the Excel file in the dataset folder
  • Trains a RandomForestRegressor model
  • Predicts temperatures for 12 grid sensors
  • Calculates the average predicted grid temperature
  • Saves a comparison plot as predicted_vs_actual.png

Requirements

Install the required Python packages:

python -m pip install pandas numpy matplotlib scikit-learn openpyxl

Run the project

python main.py

Project files

main.py - main script for training, prediction, and plotting

  • dataset/ - input Excel dataset
  • predicted_vs_actual.png - saved output plot

About

The Grid Temperature Prediction System is a machine learning project designed to estimate the temperature distribution inside a classroom environment. The classroom is divided into multiple grid locations, and temperature sensors are installed at each grid point to record temperature values.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages