• Stars
    star
    342
  • Rank 123,697 (Top 3 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Time Series Analysis with Python

Time Series Analysis using Python

Workshop material for Time Series Analysis in Python by Amit Kapoor and Bargava Subramanian

Experience Level : Beginner

Overview: A lot of data that we see in nature are in continuous time series. This workshop will provide an overview on how to do time series analysis and introduce time series forecasting.

Audience: People interested in Data analytics on time series data.

Objective:

  1. What is time series data?
  2. How to visualize time series data
  3. How to analyze time series data ?
  4. How to forecast time series data?

Weather data, stock prices, population of a country are all examples of time series data. The data is continuously recorded daily, weekly, monthly etc. While a lot of theory has been developed for representing and analyzing data at a point in time, many of those don't work well with continuous time series data.

The goal of this workshop is two-fold:

  1. How to analyze/visualize time-series data
  2. How to forecast using the available time-series data

We will take a principled scientific approach on how to gather data, prepare data and explore it. We will create some summary metrics using the available data.

Then we will define the problem(s) we want to forecast and introduce some of the common time series forecasting models and implement them using Python.

Outline

  • Obtaining time series data
  • Determine what questions need to be answered
  • Generate hypotheses for various solution approaches
  • Exploring time series data
    • Outliers
    • Missing values
    • Creating aggregate metrics
    • Calculate percentage/proportion metrics
    • Summary metrics
  • Visualize time series data
  • Time Series forecasting
    • Linear regression
    • Moving average
    • Time series decomposition
    • ARIMA
    • Dynamic Regression Models
    • Vector Autoregression
    • Exponential Smoothing

Script to check if requisite libraries for the workshop is present Please execute the following command at the command prompt

$ python check_env.py

If any library has a FAIL message, please install/upgrade that library.

Installation instructions can be found here


Licensing

Time Series Analysis using Python by Amit Kapoor and Bargava Subramanian is licensed under a MIT License.

More Repositories

1

intro2stats

Introduction to Statistics using Python
Jupyter Notebook
897
star
2

DeepLearning-NLP

Introduction to Deep Learning for Natural Language Processing
Jupyter Notebook
605
star
3

DeepLearning-Image

Introduction to Deep Learning for Image Recognition
Jupyter Notebook
151
star
4

intro2deeplearning

Introduction to Deep Learning
Python
127
star
5

BlackFridayDataHack

Black Friday Data Hack (online data science hackathon) held Nov 20-22 by Analytics Vidhya
20
star
6

intro-to-machine-learning

Introduction to Machine Learning using Python
Jupyter Notebook
3
star
7

MacHack

Tips and Tricks that I've learnt on Mac
2
star
8

Blaze

Introduction to Blaze. Talk given at BangPyper at Jan 2015
2
star
9

learnDL

Articles/Books to learn Deep Learning
2
star
10

NBA_Analytics

NBA Analytics using SportsVU data
2
star
11

cricket-analytics

Cricket Analytics
Python
2
star
12

appliedML

Applied Machine Learning using Python
Jupyter Notebook
2
star
13

bangpypers_apr2015

Talk given at BangPypers April 2015 Meetup at IBM.
2
star
14

DL-NLP

Jupyter Notebook
2
star
15

steps

Analysis of steps
1
star
16

learnAlgorithms

Courses/Links to learn Data Structures and Algorithms
1
star
17

learnAlgorithms2

Code to Learn Algorithms
Python
1
star
18

MachineLearning_with_R

R
1
star
19

TimeSeriesAnalysis_with_R

Time Series Analysis and Forecasting using R
1
star
20

hackathon-asoiaf

Analytics on A Song of Ice and Fire
1
star
21

bdotcom

personal website
HTML
1
star
22

rouseguy.github.io

My website
1
star
23

TimeSeriesAnalysis_with_Python

Time Series Analysis and Forecasting using Python
1
star
24

test-one-click-hugo-cms

CSS
1
star
25

Links_and_Articles

Links to articles that I find interesting
1
star
26

middleEarthMap

Map of Middle Earth - visualized using R
HTML
1
star