/Practical-Time-Series-Analysis-V-Packt

Practical Time Series Analysis (V), published by Packt

Primary LanguageJupyter NotebookMIT LicenseMIT

Practical Time Series Analysis [Video]

This is the code repository for Practical Time Series Analysis [Video], published by Packt. It contains all the supporting project files necessary to work through the video course from start to finish.

About the Video Course

Time Series Analysis allows us to analyze data that is generated over a period of time and has sequential interdependencies between the observations. This video describes special mathematical tricks and techniques that are geared towards exploring the internal structures of time series data and generating powerful descriptive and predictive insights. Also, the tutorial is full of real-life time series examples and their analyses using cutting-edge solutions developed in Python. The video starts with a descriptive analysis to create insightful visualizations of internal structures such as trend, seasonality, and autocorrelation. Next, the statistical methods of dealing with autocorrelation and non-stationary time series are described. This is followed by exponential smoothing to produce meaningful insights from noisy time series data. At this point, we shift the focus towards predictive analysis and introduce autoregressive models such as ARMA and ARIMA for time series forecasting. Later, powerful deep learning methods are presented to develop accurate forecasting models for complex time series. All the topics are illustrated with real-life problem scenarios and their solutions by best-practice implementations in Python.

What You Will Learn

  • Improve your understanding of descriptive statistics and apply them over a dataset.
  • Learn how to deal with missing data and outliers to resolve data inconsistencies.
  • Explore various visualization techniques for bivariate and multivariate analysis.
  • Enhance your programming skills and master data exploration and visualization in Python.
  • Learn multidimensional analysis and reduction techniques.
  • Master advanced visualization techniques (such as heatmaps) for better analysis and rapidly broaden your understanding

Instructions and Navigation

Assumed Knowledge

To fully benefit from the coverage included in this course, you will need:
Basic Knowledge of Python

Technical Requirements

This course has the following software requirements:
Python 3.5

Related Products