TIME SERIES ANALYSIS WITH PYTHON COOKBOOK practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation

Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book

Bibliographic Details
Main Author: Atwan, Tarek A.
Format: eBook
Language:English
Published: [S.l.] PACKT PUBLISHING LIMITED 2022
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04870nmm a2200409 u 4500
001 EB002068509
003 EBX01000000000000001208599
005 00000000000000.0
007 cr|||||||||||||||||||||
008 220922 ||| eng
020 |a 9781801071260 
050 4 |a QA76.73.P98 
100 1 |a Atwan, Tarek A. 
245 0 0 |a TIME SERIES ANALYSIS WITH PYTHON COOKBOOK  |h [electronic resource]  |b practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation  |c Tarek A. Atwan 
260 |a [S.l.]  |b PACKT PUBLISHING LIMITED  |c 2022 
300 |a 1 online resource 
505 0 |a Table of Contents Getting Started with Time Series Analysis Reading Time Series Data from Files Reading Time Series Data from Databases Persisting Time Series Data to Files Persisting Time Series Data to Databases Working with Date and Time in Python Handling Missing Data Outlier Detection Using Statistical Methods Exploratory Data Analysis and Diagnosis Building Univariate Time Series Models Using Statistical Methods Additional Statistical Modeling Techniques for Time Series Forecasting Using Supervised Machine Learning Deep Learning for Time Series Forecasting Outlier Detection Using Unsupervised Machine Learning Advanced Techniques for Complex Time Series 
653 |a Machine learning / http://id.loc.gov/authorities/subjects/sh85079324 
653 |a Python (Computer program language) / fast 
653 |a COMPUTERS / Data Modeling & Design / bisacsh 
653 |a Python (Computer program language) / http://id.loc.gov/authorities/subjects/sh96008834 
653 |a Machine learning / fast 
653 |a Apprentissage automatique 
653 |a Python (Langage de programmation) 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 1801075549 
776 |z 1801071268 
776 |z 9781801071260 
776 |z 9781801075541 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781801075541/?ar  |x Verlag  |3 Volltext 
082 0 |a 006.3/1 
082 0 |a 745.4 
520 |a Prior experience working with time series data to solve business problems will also help you to better utilize and apply the different recipes in this book 
520 |a Perform time series analysis and forecasting confidently with this Python code bank and reference manual Key Features Explore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithms Learn different techniques for evaluating, diagnosing, and optimizing your models Work with a variety of complex data with trends, multiple seasonal patterns, and irregularities Book Description Time series data is everywhere, available at a high frequency and volume. It is complex and can contain noise, irregularities, and multiple patterns, making it crucial to be well-versed with the techniques covered in this book for data preparation, analysis, and forecasting. This book covers practical techniques for working with time series data, starting with ingesting time series data from various sources and formats, whether in private cloud storage, relational databases, non-relational databases, or specialized time series databases such as InfluxDB.  
520 |a What you will learn Understand what makes time series data different from other data Apply various imputation and interpolation strategies for missing data Implement different models for univariate and multivariate time series Use different deep learning libraries such as TensorFlow, Keras, and PyTorch Plot interactive time series visualizations using hvPlot Explore state-space models and the unobserved components model (UCM) Detect anomalies using statistical and machine learning methods Forecast complex time series with multiple seasonal patterns Who this book is for This book is for data analysts, business analysts, data scientists, data engineers, or Python developers who want practical Python recipes for time series analysis and forecasting techniques. Fundamental knowledge of Python programming is required. Although having a basic math and statistics background will be beneficial, it is not necessary.  
520 |a Next, you'll learn strategies for handling missing data, dealing with time zones and custom business days, and detecting anomalies using intuitive statistical methods, followed by more advanced unsupervised ML models. The book will also explore forecasting using classical statistical models such as Holt-Winters, SARIMA, and VAR. The recipes will present practical techniques for handling non-stationary data, using power transforms, ACF and PACF plots, and decomposing time series data with multiple seasonal patterns. Later, you'll work with ML and DL models using TensorFlow and PyTorch. Finally, you'll learn how to evaluate, compare, optimize models, and more using the recipes covered in the book.