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

Book Cover
Average Rating
Published
[S.l.] : PACKT PUBLISHING LIMITED, 2022.
Format
eBook
ISBN
9781801071260, 1801071268
Physical Desc
1 online resource
Status

Description

Loading Description...

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Syndetics Unbound

More Details

Language
English

Notes

Description
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. 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. 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. 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.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Atwan, T. A. (2022). TIME SERIES ANALYSIS WITH PYTHON COOKBOOK: practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation . PACKT PUBLISHING LIMITED.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Atwan, Tarek A. 2022. TIME SERIES ANALYSIS WITH PYTHON COOKBOOK: Practical Recipes for Exploratory Data Analysis, Data Preparation, Forecasting, and Model Evaluation. PACKT PUBLISHING LIMITED.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Atwan, Tarek A. TIME SERIES ANALYSIS WITH PYTHON COOKBOOK: Practical Recipes for Exploratory Data Analysis, Data Preparation, Forecasting, and Model Evaluation PACKT PUBLISHING LIMITED, 2022.

MLA Citation, 9th Edition (style guide)

Atwan, Tarek A. TIME SERIES ANALYSIS WITH PYTHON COOKBOOK: Practical Recipes for Exploratory Data Analysis, Data Preparation, Forecasting, and Model Evaluation PACKT PUBLISHING LIMITED, 2022.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
695bb206-be5b-7320-2ba3-be588d5c1367-eng
Go To Grouped Work

Grouping Information

Grouped Work ID695bb206-be5b-7320-2ba3-be588d5c1367-eng
Full titletime series analysis with python cookbook practical recipes for exploratory data analysis data preparation forecasting and model evaluation
Authoratwan tarek a
Grouping Categorybook
Last Update2024-04-16 12:23:35PM
Last Indexed2024-04-17 03:04:44AM

Book Cover Information

Image Sourcecoce_google_books
First LoadedNov 16, 2022
Last UsedJan 6, 2024

Marc Record

First DetectedNov 09, 2022 03:55:10 PM
Last File Modification TimeApr 16, 2024 12:43:20 PM

MARC Record

LEADER05287cam a22004697a 4500
001on1334003907
003OCoLC
00520240405112445.0
006m     o  d        
007cr |n|||||||||
008220701s2022    xx      o     000 0 eng d
020 |a 9781801071260|q (electronic bk.)
020 |a 1801071268|q (electronic bk.)
020 |z 1801075549
020 |z 9781801075541
0291 |a AU@|b 000072164571
035 |a (OCoLC)1334003907
037 |a 9781801075541|b O'Reilly Media
037 |a 10163087|b IEEE
040 |a YDX|b eng|c YDX|d ORMDA|d OCLCF|d N$T|d OCLCQ|d IEEEE|d OCLCO
049 |a TKLA
050 4|a QA76.73.P98
08204|a 006.3/1|2 23/eng/20220706
1001 |a Atwan, Tarek A.
24510|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
5050 |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.
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. 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. 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. 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.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Machine learning.|0 http://id.loc.gov/authorities/subjects/sh85079324
650 0|a Python (Computer program language)|0 http://id.loc.gov/authorities/subjects/sh96008834
650 6|a Apprentissage automatique.
650 6|a Python (Langage de programmation)
650 7|a Machine learning|2 fast
650 7|a Python (Computer program language)|2 fast
77608|i Print version:|z 9781801071260
77608|i Print version:|z 1801075549|z 9781801075541|w (OCoLC)1302579248
85640|u https://ezproxy.knoxlib.org/login?url=https://learning.oreilly.com/library/view/~/9781801075541/?ar
938 |a YBP Library Services|b YANK|n 302980364
938 |a EBSCOhost|b EBSC|n 3309366
994 |a 92|b TKL