This script trains a machine learning model to predict how long an oven sensor will take to reach its target temperature.
- Reads oven sensor data from CSV
- Parses date-time and sensor readings
- Trains a Random Forest regression model
- Saves model as oven_time_predictor.pkl
See requirements.txt for dependencies.
-
Ensure your CSV file is located at: D:/Kanhaiya/Research Data CED OVEN/merged_oven_data.csv
-
Run the script: python main.py
-
Output:
- Trained model saved as oven_time_predictor.pkl
- requirements.txt and README.md auto-generated