Giter Site home page Giter Site logo

bushfireanalysis's Introduction

Regression of annual bushfire severity on aggregated rainfall measures

Complete quantitative, forecast-driven analysis of Australian bushfire data.

The given dataset consists of monthly rainfall in millimetres in the Sydney catchment area from 1960 to 2020, as well as the total hectares burnt in bushfires in the same period. Whilst we initially (naïvely) treat rainfall in the relevant year as the predictor variable and the hectares burnt as as the variable to be forecast, we will proceed to more complicated time-series methods. In particular, we will utilise models that rely on data not just from the current period, but previous time-steps, and place appropriate weightings on the remoteness of such time-steps. The final model structure will involve feeding in several time-steps, each with monthly rainfall in a twelve-dimensional vector, and previous year bushfire data as a scalar in each step. Whilst the cessation of aggregation reduces the explainability of the model, doing so gives the recurrent neural network as much flexibility as possible to find the most complex relationships between monthly rainfall and bushfire severity.

Repository structure

The repository follows a standard structure:

  • input contains both the patient data as well as the notebooks used to clean and feature engineer. The main dataset for prediction is bushfire_clean.csv. Train and test splits, of the same name, have also been provided.
  • notebooks contains notebooks used for experimenting and producing results. The notebooks are regressionAnalysis.ipynb, tabularExploration.ipynb, timeSeriesForecasting.ipynb, and featureEngineering.ipynb.
  • src contains the Python scripts allowing the user to train and evaluate different models on the required dataset from the command line. The main script is train.py, which relies on the other scripts for configuration, dataset retrieval and argument parsing.

Results

The results of the analysis is compiled in Report.pdf.

bushfireanalysis's People

Contributors

charlieoneill11 avatar charlieoneill23 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.