Skip to content

Latest commit

 

History

History

Welcome to time series analysis lecture!

In this session we will learn about basics of time series analysis, forecasting, and classification. We will also perform hands-on analysis using Python and Google Colab.

Requirements:

Using Google Colab

We will use Google Colab to run the demo during the practical session. You can also run the demo locally if you have Python and jupyter-notebook installed.

If you want to use Google Colab to run the demo:

  1. You will need a Google account.
  2. Download the epilepsy.csv from this repo and upload it to your main Google Drive folder.
  3. To open and run the notebooks or to only visualize the notebook click on the links below:
Title Run on Google Colab View using Nbviewer
Demo 1: Forecasting Open In Colab View the notebook
Demo 2: Classification Open In Colab View the notebook

Coding resources:

  • statsmodels time series analysis: a time series analysis Python toolbox.
  • Scikit-learn: a comprehensive machine learning Python library.
  • hctsa: a Matlab software package for running highly comparative time series analysis and feature-based analysis of time series.