Description Usage Format Details Source References See Also Examples
The forest fire data were collected during January 2000 to December 2003 for fires in the Montesinho natural park located in the northeast region of Portugal. The response variable of interest was area burned in ha. When the area burned as less than one-tenth of a hectare, the response variable as set to zero. In all there were 517 fires and 247 of them recorded as zero. The region was divided into a 10-by-10 grid with coordinates X and Y running from 1 to 9. The categorical variable xyarea indicates the region in this grid for the fire.
1 |
A data frame with 517 observations on the following 12 variables. All quantitative variables have been standardized.
xyarea
a factor with 36 levels
month
an ordered factor with 12 levels
day
an ordered factor with 7 levels
FFMC
fine fuel moisture code
DMC
Duff moisture code
DC
drought code
ISI
initial spread index
temp
average ambient temperature
RH
a numeric vector
wind
wind speed
rain
rainfall
lburned
log(x+1), x is burned area with x=0 for small fires
The original data may be found at the website below as well
as an analysis.
The quantitative variables in this dataset have been standardized.
For convenience, the original data is provided in
MontesinhoFires
.
http://archive.ics.uci.edu/ml/datasets/Forest+Fires
P. Cortez and A. Morais, 2007. A Data Mining Approach to Predict Forest Fires using Meteorological Data. In J. Neves, M. F. Santos and J. Machado Eds., New Trends in Artificial Intelligence, Proceedings of the 13th EPIA 2007 - Portuguese Conference on Artificial Intelligence, December, Guimaraes, Portugal, pp. 512-523, 2007.
1 2 3 4 |
Loading required package: leaps
[1] "xyarea" "month" "day" "FFMC" "DMC" "DC" "ISI"
[8] "temp" "RH" "wind" "rain" "lburned"
Df Sum Sq Mean Sq F value Pr(>F)
xyarea 35 108.9 3.112 1.663 0.0113 *
Residuals 481 900.2 1.871
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.