GithubHelp home page GithubHelp logo

rlugojr / timeseriesanalysiswithpython Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rouseguy/timeseriesanalysiswithpython

0.0 2.0 0.0 41.22 MB

Time Series Analysis with Python

License: MIT License

Python 0.02% Jupyter Notebook 28.14% HTML 71.84%

timeseriesanalysiswithpython's Introduction

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.

timeseriesanalysiswithpython's People

Contributors

rouseguy avatar

Watchers

 avatar  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.