https://github.com/sushantdhumak/temperature-forecasting-using-iot-data
Discover how to harness the capabilities of the Meta (Facebook) Prophet model to accurately predict temperature fluctuations using data collected from IoT sensors.
https://github.com/sushantdhumak/temperature-forecasting-using-iot-data
data-visualization exploratory-data-analysis feature-engineering iot kaggle-challenge parameter-tuning prophet-facebook-model temperature-sensor time-series-analysis time-series-forecasting
Last synced: 2 months ago
JSON representation
Discover how to harness the capabilities of the Meta (Facebook) Prophet model to accurately predict temperature fluctuations using data collected from IoT sensors.
- Host: GitHub
- URL: https://github.com/sushantdhumak/temperature-forecasting-using-iot-data
- Owner: sushantdhumak
- Created: 2025-01-05T17:26:28.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-05T17:28:04.000Z (5 months ago)
- Last Synced: 2025-01-30T23:05:56.928Z (4 months ago)
- Topics: data-visualization, exploratory-data-analysis, feature-engineering, iot, kaggle-challenge, parameter-tuning, prophet-facebook-model, temperature-sensor, time-series-analysis, time-series-forecasting
- Language: Jupyter Notebook
- Homepage:
- Size: 2.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
### **Temperature Forecasting using IoT Data**
---
#### **Brief Description**This dataset contains the temperature readings from IOT devices installed outside and inside of an anonymous Room (say - admin room). The device was in the alpha testing phase. So, It was uninstalled or shut off several times during the entire reading period ( 28-07-2018 to 08-12-2018) which resulted in random interval recordings and few mis-readings (outliers)
Dataset Link:
https://www.kaggle.com/datasets/atulanandjha/temperature-readings-iot-devices?resource=download---
#### **Variable Information**
**id** : unique IDs for each reading
**room_id/id** : room id in which device was installed (inside and/or outside) -> currently 'admin room' only for example purpose.
**noted_date** : date and time of reading
**temp** : temperature readings
**out/in** : whether reading was taken from device installed inside or outside of room?
---
#### **Some interesting questions to answer**
1. What was the max and min temperature?
2. How outside temperature was related to inside temperature?
3. What was the variance of temperature for inside and outside room temperature?
4. Which was the hottest/coolest month?
5. Can we use Time Series Forecast algo to predict the next scenario?