Time Series Analysis with Python Cookbook : Practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation

個数:
  • ポイントキャンペーン

Time Series Analysis with Python Cookbook : Practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation

  • オンデマンド(OD/POD)版です。キャンセルは承れません。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 630 p.
  • 言語 ENG
  • 商品コード 9781801075541
  • DDC分類 519.5502855133

Full 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 DescriptionTime 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 forThis 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.

Contents

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