This project predicts classroom grid temperatures using a machine learning model.
- Loads classroom temperature data from the Excel file in the
datasetfolder - Trains a
RandomForestRegressormodel - Predicts temperatures for 12 grid sensors
- Calculates the average predicted grid temperature
- Saves a comparison plot as
predicted_vs_actual.png
Install the required Python packages:
python -m pip install pandas numpy matplotlib scikit-learn openpyxlpython main.pymain.py - main script for training, prediction, and plotting
dataset/- input Excel datasetpredicted_vs_actual.png- saved output plot