This is a machine learning project that aims to predict the TrafficIndexLive in Riyadh, based on a dataset from Kaggle.
The model analyzes historical traffic patterns based on factors such as:
- Time (hour, day, month).
- Historical data (traffic index from a week ago, historical travel time).
- The model was built using a
RandomForestRegressorand showed good results (Mean RΒ² ~0.98).
This project uses the "Traffic Index in Saudi Arabia and Middle East" dataset available on Kaggle.
The complete analysis, data processing steps, and model building can be found in my public Kaggle Notebook.
- Python 3
- Pandas: For data manipulation and analysis.
- Numpy: For numerical operations.
- Scikit-learn: For model building (
RandomForestRegressor) and evaluation (cross_val_score,mean_squared_error). - Jupyter / Kaggle Notebooks: As the development environment.
- Name: [Meshal AL-Qushaym]
- Email: [meshalqushim@outlook.com]
- Kaggle Profile: kaggle.com/meshalfalah