Skip to content

This project focuses on predicting forest fire areas using the Fire Weather Index (FWI) dataset. Key methods include the use of Log Transform to normalize the burned area data, improving the performance of linear regression models. Data analysis and visualizations like histograms and QQ plots are utilized to explore patterns and model accuracy.

Notifications You must be signed in to change notification settings

gaizkiaadeline/Forest-Fire-Prediction-Using-Data-Mining-Techniques

Repository files navigation

Forest Fire Prediction Using Data Mining Techniques

This repository contains a comprehensive analysis and modeling project focused on predicting forest fire areas using the Fire Weather Index (FWI). The project is based on data sourced from the UCI Machine Learning Repository's Forest Fires dataset.

Project Overview

The study applies various data mining and visualization techniques to explore the factors that influence forest fires and to develop predictive models. One key transformation used is the Log Transform to normalize the data for better accuracy in prediction models. This transformation was necessary due to the skewed nature of the burned area data, allowing for a more accurate application of linear regression.

Key Components:

  • Data Analysis: Exploratory Data Analysis (EDA) to identify key environmental factors impacting forest fires, including temperature, wind speed, and humidity.

  • Log Transform: Applied to normalize the burned area data and improve the linear regression model's performance.

  • Predictive Modeling: Utilizes transformations and linear regression models to predict the burned area.

  • Visualization: Multiple visualizations, such as histograms and QQ plots, to assess data distributions and model accuracy.

Files:

Forest Fire Prediction Using Data Mining Techniques.R: R script that contains the entire process of data filtering, Log Transform, and modeling.

forestfires.csv: Dataset of forest fires in Portugal used for training and testing the models.

Forest Fire Prediction Using Data Mining Techniques.pdf: Documentation of the project methodology, results, and conclusion.

FWI Viasualization

About

This project focuses on predicting forest fire areas using the Fire Weather Index (FWI) dataset. Key methods include the use of Log Transform to normalize the burned area data, improving the performance of linear regression models. Data analysis and visualizations like histograms and QQ plots are utilized to explore patterns and model accuracy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages