Perform time series analysis and forecasting confidently with this Python code bank and reference manual
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.
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.
Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.
Tarek A. Atwan is a data analytics expert with over 16 years of international consulting experience, providing subject matter expertise in data science, machine learning operations, data engineering, and business intelligence. He has taught multiple hands-on coding boot camps, courses, and workshops on various topics, including data science, data visualization, Python programming, time series forecasting, and blockchain at various universities in the United States. He is regarded as a data science mentor and advisor, working with executive leaders in numerous industries to solve complex problems using a data-driven approach.
"
""There are so many use cases when we need to deal with time series data – demand forecasting, predictive maintenance, and energy consumption, to name a few – and so every data scientist must be skilled in time series analysis.
Time series analysis is very difficult to master. That's why I enjoyed Tarek A. Atwan's book. I believe that by reading it, every data scientist will learn something new from the Python snippets dealing with time and date in Python (which is never as easy as it seems), running EDA, handling missing values, detecting outliers, and forecasting with statistical, machine learning, and deep learning models.""
"Adam Votava, Interim Chief Data and Analytics Officer at DataDiligence
"""The book covers all the necessary details for time series data preparation, analysis, and forecasting, including how time series data is different from other data, how to ingest data from various sources and databases, how to deal with different time zones and custom business days, how to detect anomalies using statistical methods and visualizations, followed by developing advanced deep learning models for forecasting.""
Overall, this is a great reference book for data science practitioners to get up to speed quickly on state-of-the-art time series data analysis and forecasting techniques!
"Sadid Hasan, AI Lead at Microsoft
"""I recommend reading this book to anyone at any level. The book has extensive chapters on how to read and write time series data using various technologies. This is a gap for most academically trained or MOOC-trained data analysts/ scientists. The book then describes statistical methodologies to handle time series forecasting. What I enjoyed is the pace at which the author gives enough background on a topic while also showing the reader how things are done practically. Later chapters describe the ML-based modeling of time series data.
I found this book to be a treasure trove of information on a set of very diverse approaches and topics. The more curious reader can later pick up a book on any of these chapters' topics.
Highly recommended for newbies and veterans alike.""
"Shobeir Seddington, Principal Data Scientist at Gopuff & Harvard Business Review Advisor at Harvard Business Review
„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.
Anbieter: BooksRun, Philadelphia, PA, USA
Paperback. Zustand: Good. It's a preowned item in good condition and includes all the pages. It may have some general signs of wear and tear, such as markings, highlighting, slight damage to the cover, minimal wear to the binding, etc., but they will not affect the overall reading experience. Bestandsnummer des Verkäufers 1801075549-11-1
Anzahl: 1 verfügbar
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: New. Bestandsnummer des Verkäufers 44562652-n
Anzahl: 2 verfügbar
Anbieter: BargainBookStores, Grand Rapids, MI, USA
Paperback or Softback. Zustand: New. Time Series Analysis with Python Cookbook: Practical recipes for exploratory data analysis, data preparation, forecasting, and model evaluation. Book. Bestandsnummer des Verkäufers BBS-9781801075541
Anbieter: California Books, Miami, FL, USA
Zustand: New. Bestandsnummer des Verkäufers I-9781801075541
Anzahl: Mehr als 20 verfügbar
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
Zustand: New. Print on Demand pp. 624. Bestandsnummer des Verkäufers 401710411
Anzahl: 4 verfügbar
Anbieter: GreatBookPrices, Columbia, MD, USA
Zustand: As New. Unread book in perfect condition. Bestandsnummer des Verkäufers 44562652
Anzahl: 2 verfügbar
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
PAP. Zustand: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9781801075541
Anzahl: Mehr als 20 verfügbar
Anbieter: PBShop.store US, Wood Dale, IL, USA
PAP. Zustand: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9781801075541
Anzahl: Mehr als 20 verfügbar
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
Zustand: New. Bestandsnummer des Verkäufers 44562652-n
Anzahl: Mehr als 20 verfügbar
Anbieter: Rarewaves USA, OSWEGO, IL, USA
Paperback. Zustand: New. Perform time series analysis and forecasting confidently with this Python code bank and reference manualKey FeaturesExplore forecasting and anomaly detection techniques using statistical, machine learning, and deep learning algorithmsLearn different techniques for evaluating, diagnosing, and optimizing your modelsWork with a variety of complex data with trends, multiple seasonal patterns, and irregularitiesBook 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 learnUnderstand what makes time series data different from other dataApply various imputation and interpolation strategies for missing dataImplement different models for univariate and multivariate time seriesUse different deep learning libraries such as TensorFlow, Keras, and PyTorchPlot interactive time series visualizations using hvPlotExplore state-space models and the unobserved components model (UCM)Detect anomalies using statistical and machine learning methodsForecast complex time series with multiple seasonal patternsWho 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. Bestandsnummer des Verkäufers LU-9781801075541
Anzahl: Mehr als 20 verfügbar