You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eden Oliel edited this page Apr 8, 2025
·
1 revision
Model Overview
This guide documents the development of a machine learning model to forecast wildfire behavior. The model predicts the burned area of a wildfire based on meteorological and environmental data. It integrates with our existing wildfire visualization platform via a RESTful API.
The current model is trained on the Forest Fires Dataset, which is geographically limited to Montesinho Natural Park in northeast Portugal. While suitable for prototyping, results may not generalize to other regions without retraining on localized data.
Dataset Selection
Final Dataset : Forest Fires Dataset (UCI Repository)
Well-structured and includes relevant features
Geographically limited to Portugal, but suitable for prototyping
Model Architecture
Model Type : Support Vector Regression (SVR)
Kernel: Radial Basis Function (RBF)
Chosen for its ability to model non-linear relationships