Hands-on time series analysis with Python from basics to bleeding edge techniques

This book explains the concepts of time series from traditional to bleeding-edge techniques with full-fledged examples. The book begins by covering time series fundamentals and its characteristics, the structure of time series data, pre-processing, and ways of crafting the features through data wran...

Full description

Bibliographic Details
Main Author: Vishwas, B. V.
Other Authors: Patel, Ashish
Format: eBook
Language:English
Published: Berkeley, CA APress 2020
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03728nmm a2200457 u 4500
001 EB001923772
003 EBX01000000000000001086674
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484259924 
050 4 |a QA280 
100 1 |a Vishwas, B. V. 
245 0 0 |a Hands-on time series analysis with Python  |b from basics to bleeding edge techniques  |c B V Vishwas, Ashish Patel 
260 |a Berkeley, CA  |b APress  |c 2020 
300 |a xvii, 407 pages  |b illustrations 
505 0 |a Chapter 1: Time Series and its Characteristics -- Chapter 2: Data Wrangling and Preparation for Time Series -- Chapter 3: Smoothing Methods -- Chapter 4: Regression Extension Techniques for Time Series -- Chapter 5: Bleeding Edge Techniques -- Chapter 6: Bleeding Edge Techniques for Univariate Time Series -- Chapter 7: Bleeding Edge Techniques for Multivariate Time Series -- Chapter 8: Prophet 
653 |a Machine learning / bicssc 
653 |a Time-series analysis / Data processing / fast 
653 |a Programming & scripting languages: general / bicssc 
653 |a Python (Computer program language) / fast 
653 |a Computer programming / software development / bicssc 
653 |a Computers / Programming Languages / Python / bisacsh 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Time-series analysis / Data processing 
653 |a Computers / Intelligence (AI) & Semantics / bisacsh 
653 |a Python (Langage de programmation) 
653 |a Série chronologique / Informatique 
653 |a Computers / Programming / Open Source / bisacsh 
700 1 |a Patel, Ashish 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
015 |a GBC0G5617 
776 |z 1484259920 
776 |z 9781484259924 
776 |z 9781484259917 
776 |z 1484259912 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484259924/?ar  |x Verlag  |3 Volltext 
082 0 |a 519.5/5 
520 |a This book explains the concepts of time series from traditional to bleeding-edge techniques with full-fledged examples. The book begins by covering time series fundamentals and its characteristics, the structure of time series data, pre-processing, and ways of crafting the features through data wrangling. Next, it covers the traditional time series techniques like Smoothing methods, ARMA, ARIMA, SARIMA, SARIMAX, VAR, VARMA using trending framework like StatsModels, pmdarima. Further, Book explains the building classification models using sktime, and covers how to leverage advance deep learning-based techniques like ANN, CNN, RNN, LSTM, GRU and Autoencoder to solve time series problem using Tensorflow. It finally concludes by explaining the popular framework fbprophet for modeling time series analysis. After completion of the book, the reader will have a good understanding of working with different techniques of time series methods. All the codes presented in this notebook are available in Jupyter notebooks, which allows readers to do hands-on and enhance them in exciting ways. What You'll Learn Explains basics to advanced concepts of time series How to design, develop, train, and validate time-series methodologies What are smoothing, ARMA, ARIMA, SARIMA, SRIMAX, VAR, VARMA techniques in time series and how to optimally tune parameters to yield best results Learn how to leverage bleeding-edge techniques such as ANN, CNN, RNN, LSTM, GRU, Autoencoder to solve both Univariate and multivariate problems by using two types of data preparation methods for time series. Univariate and multivariate problem solving using fbprophet