Git Product home page Git Product logo

timeseries_bankruptcyrate's Introduction

Time Series Project for Canadian Bankruptcy Rate Prediction

Team members: Tian Qi, Jessica W, Divya Bhargavi, Mahsa Ashabi

Overview

The goal of this class project is to use an time series modeling to predict Canadian monthly bankruptcy rates. With a collection of monthly bankruptcy rates data from January 1987 to December 2014, we aim to predict the bankruptcy rates for the following 36-month period. There are also corresponding data on unemployment rates, population rates, and Housing Price Index that could be used to predict forecast bankruptcy rates. We used both univariate (SARIMA, SMOOTHING) and multivariate time series model (SARIMAX, VAR).

We first did a basic EDA to visualize the series explore the underlying relationships between them. The validation data is the subset data from 2011 to 2014, we then used the validation data to tune parameters for each model. Then we refit the model on whole data we have, made the prediction for the next 3 years (2015-2017) and compared it with the true value. We used RMSE as the loss function during this procedure.

Result

The whole training time of four models was less than 3 mins. Our final model is the emsemble of four models, which is the average of their predictions, this gives RMSE 0.19 on test data. We finally ranked top 3 among 22 teams in the class competition.

Deliverable

Check the Data folder for train and test data

Check the Rcode folder for SARIMA and VAR implementation code

timeseries_bankruptcyrate's People

Contributors

divya-bhargavi 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.