EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Practical Time Series Analysis

Download or read book Practical Time Series Analysis written by Aileen Nielsen and published by O'Reilly Media. This book was released on 2019-09-20 with total page 500 pages. Available in PDF, EPUB and Kindle. Book excerpt: Time series data analysis is increasingly important due to the massive production of such data through the internet of things, the digitalization of healthcare, and the rise of smart cities. As continuous monitoring and data collection become more common, the need for competent time series analysis with both statistical and machine learning techniques will increase. Covering innovations in time series data analysis and use cases from the real world, this practical guide will help you solve the most common data engineering and analysis challengesin time series, using both traditional statistical and modern machine learning techniques. Author Aileen Nielsen offers an accessible, well-rounded introduction to time series in both R and Python that will have data scientists, software engineers, and researchers up and running quickly. You’ll get the guidance you need to confidently: Find and wrangle time series data Undertake exploratory time series data analysis Store temporal data Simulate time series data Generate and select features for a time series Measure error Forecast and classify time series with machine or deep learning Evaluate accuracy and performance

Book Time Series for Data Science

Download or read book Time Series for Data Science written by Wayne A. Woodward and published by CRC Press. This book was released on 2022-08-01 with total page 529 pages. Available in PDF, EPUB and Kindle. Book excerpt: Data Science students and practitioners want to find a forecast that “works” and don’t want to be constrained to a single forecasting strategy, Time Series for Data Science: Analysis and Forecasting discusses techniques of ensemble modelling for combining information from several strategies. Covering time series regression models, exponential smoothing, Holt-Winters forecasting, and Neural Networks. It places a particular emphasis on classical ARMA and ARIMA models that is often lacking from other textbooks on the subject. This book is an accessible guide that doesn’t require a background in calculus to be engaging but does not shy away from deeper explanations of the techniques discussed. Features: Provides a thorough coverage and comparison of a wide array of time series models and methods: Exponential Smoothing, Holt Winters, ARMA and ARIMA, deep learning models including RNNs, LSTMs, GRUs, and ensemble models composed of combinations of these models. Introduces the factor table representation of ARMA and ARIMA models. This representation is not available in any other book at this level and is extremely useful in both practice and pedagogy. Uses real world examples that can be readily found via web links from sources such as the US Bureau of Statistics, Department of Transportation and the World Bank. There is an accompanying R package that is easy to use and requires little or no previous R experience. The package implements the wide variety of models and methods presented in the book and has tremendous pedagogical use.

Book Time Series Forecasting in Python

Download or read book Time Series Forecasting in Python written by Marco Peixeiro and published by Simon and Schuster. This book was released on 2022-11-15 with total page 454 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build predictive models from time-based patterns in your data. Master statistical models including new deep learning approaches for time series forecasting. In Time Series Forecasting in Python you will learn how to: Recognize a time series forecasting problem and build a performant predictive model Create univariate forecasting models that account for seasonal effects and external variables Build multivariate forecasting models to predict many time series at once Leverage large datasets by using deep learning for forecasting time series Automate the forecasting process Time Series Forecasting in Python teaches you to build powerful predictive models from time-based data. Every model you create is relevant, useful, and easy to implement with Python. You’ll explore interesting real-world datasets like Google’s daily stock price and economic data for the USA, quickly progressing from the basics to developing large-scale models that use deep learning tools like TensorFlow. About the technology You can predict the future—with a little help from Python, deep learning, and time series data! Time series forecasting is a technique for modeling time-centric data to identify upcoming events. New Python libraries and powerful deep learning tools make accurate time series forecasts easier than ever before. About the book Time Series Forecasting in Python teaches you how to get immediate, meaningful predictions from time-based data such as logs, customer analytics, and other event streams. In this accessible book, you’ll learn statistical and deep learning methods for time series forecasting, fully demonstrated with annotated Python code. Develop your skills with projects like predicting the future volume of drug prescriptions, and you’ll soon be ready to build your own accurate, insightful forecasts. What's inside Create models for seasonal effects and external variables Multivariate forecasting models to predict multiple time series Deep learning for large datasets Automate the forecasting process About the reader For data scientists familiar with Python and TensorFlow. About the author Marco Peixeiro is a seasoned data science instructor who has worked as a data scientist for one of Canada’s largest banks. Table of Contents PART 1 TIME WAITS FOR NO ONE 1 Understanding time series forecasting 2 A naive prediction of the future 3 Going on a random walk PART 2 FORECASTING WITH STATISTICAL MODELS 4 Modeling a moving average process 5 Modeling an autoregressive process 6 Modeling complex time series 7 Forecasting non-stationary time series 8 Accounting for seasonality 9 Adding external variables to our model 10 Forecasting multiple time series 11 Capstone: Forecasting the number of antidiabetic drug prescriptions in Australia PART 3 LARGE-SCALE FORECASTING WITH DEEP LEARNING 12 Introducing deep learning for time series forecasting 13 Data windowing and creating baselines for deep learning 14 Baby steps with deep learning 15 Remembering the past with LSTM 16 Filtering a time series with CNN 17 Using predictions to make more predictions 18 Capstone: Forecasting the electric power consumption of a household PART 4 AUTOMATING FORECASTING AT SCALE 19 Automating time series forecasting with Prophet 20 Capstone: Forecasting the monthly average retail price of steak in Canada 21 Going above and beyond

Book Machine Learning for Time Series Forecasting with Python

Download or read book Machine Learning for Time Series Forecasting with Python written by Francesca Lazzeri and published by John Wiley & Sons. This book was released on 2020-12-03 with total page 224 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to apply the principles of machine learning to time series modeling with this indispensable resource Machine Learning for Time Series Forecasting with Python is an incisive and straightforward examination of one of the most crucial elements of decision-making in finance, marketing, education, and healthcare: time series modeling. Despite the centrality of time series forecasting, few business analysts are familiar with the power or utility of applying machine learning to time series modeling. Author Francesca Lazzeri, a distinguished machine learning scientist and economist, corrects that deficiency by providing readers with comprehensive and approachable explanation and treatment of the application of machine learning to time series forecasting. Written for readers who have little to no experience in time series forecasting or machine learning, the book comprehensively covers all the topics necessary to: Understand time series forecasting concepts, such as stationarity, horizon, trend, and seasonality Prepare time series data for modeling Evaluate time series forecasting models’ performance and accuracy Understand when to use neural networks instead of traditional time series models in time series forecasting Machine Learning for Time Series Forecasting with Python is full real-world examples, resources and concrete strategies to help readers explore and transform data and develop usable, practical time series forecasts. Perfect for entry-level data scientists, business analysts, developers, and researchers, this book is an invaluable and indispensable guide to the fundamental and advanced concepts of machine learning applied to time series modeling.

Book Forecasting  principles and practice

Download or read book Forecasting principles and practice written by Rob J Hyndman and published by OTexts. This book was released on 2018-05-08 with total page 380 pages. Available in PDF, EPUB and Kindle. Book excerpt: Forecasting is required in many situations. Stocking an inventory may require forecasts of demand months in advance. Telecommunication routing requires traffic forecasts a few minutes ahead. Whatever the circumstances or time horizons involved, forecasting is an important aid in effective and efficient planning. This textbook provides a comprehensive introduction to forecasting methods and presents enough information about each method for readers to use them sensibly.

Book Hands On Time Series Analysis with R

Download or read book Hands On Time Series Analysis with R written by Rami Krispin and published by Packt Publishing Ltd. This book was released on 2019-05-31 with total page 438 pages. Available in PDF, EPUB and Kindle. Book excerpt: Build efficient forecasting models using traditional time series models and machine learning algorithms. Key FeaturesPerform time series analysis and forecasting using R packages such as Forecast and h2oDevelop models and find patterns to create visualizations using the TSstudio and plotly packagesMaster statistics and implement time-series methods using examples mentionedBook Description Time series analysis is the art of extracting meaningful insights from, and revealing patterns in, time series data using statistical and data visualization approaches. These insights and patterns can then be utilized to explore past events and forecast future values in the series. This book explores the basics of time series analysis with R and lays the foundations you need to build forecasting models. You will learn how to preprocess raw time series data and clean and manipulate data with packages such as stats, lubridate, xts, and zoo. You will analyze data and extract meaningful information from it using both descriptive statistics and rich data visualization tools in R such as the TSstudio, plotly, and ggplot2 packages. The later section of the book delves into traditional forecasting models such as time series linear regression, exponential smoothing (Holt, Holt-Winter, and more) and Auto-Regressive Integrated Moving Average (ARIMA) models with the stats and forecast packages. You'll also cover advanced time series regression models with machine learning algorithms such as Random Forest and Gradient Boosting Machine using the h2o package. By the end of this book, you will have the skills needed to explore your data, identify patterns, and build a forecasting model using various traditional and machine learning methods. What you will learnVisualize time series data and derive better insightsExplore auto-correlation and master statistical techniquesUse time series analysis tools from the stats, TSstudio, and forecast packagesExplore and identify seasonal and correlation patternsWork with different time series formats in RExplore time series models such as ARIMA, Holt-Winters, and moreEvaluate high-performance forecasting solutionsWho this book is for Hands-On Time Series Analysis with R is ideal for data analysts, data scientists, and all R developers who are looking to perform time series analysis to predict outcomes effectively. A basic knowledge of statistics is required; some knowledge in R is expected, but not mandatory.

Book Time Series Data Analysis in Oceanography

Download or read book Time Series Data Analysis in Oceanography written by Chunyan Li and published by Cambridge University Press. This book was released on 2022-05-05 with total page 483 pages. Available in PDF, EPUB and Kindle. Book excerpt: Textbook for students and researchers in oceanography and Earth science on theory and practice of time series analysis using MATLAB.

Book Practical Time Series Analysis

Download or read book Practical Time Series Analysis written by Dr. Avishek Pal and published by Packt Publishing Ltd. This book was released on 2017-09-28 with total page 238 pages. Available in PDF, EPUB and Kindle. Book excerpt: Step by Step guide filled with real world practical examples. About This Book Get your first experience with data analysis with one of the most powerful types of analysis—time-series. Find patterns in your data and predict the future pattern based on historical data. Learn the statistics, theory, and implementation of Time-series methods using this example-rich guide Who This Book Is For This book is for anyone who wants to analyze data over time and/or frequency. A statistical background is necessary to quickly learn the analysis methods. What You Will Learn Understand the basic concepts of Time Series Analysis and appreciate its importance for the success of a data science project Develop an understanding of loading, exploring, and visualizing time-series data Explore auto-correlation and gain knowledge of statistical techniques to deal with non-stationarity time series Take advantage of exponential smoothing to tackle noise in time series data Learn how to use auto-regressive models to make predictions using time-series data Build predictive models on time series using techniques based on auto-regressive moving averages Discover recent advancements in deep learning to build accurate forecasting models for time series Gain familiarity with the basics of Python as a powerful yet simple to write programming language In Detail Time Series Analysis allows us to analyze data which is generated over a period of time and has sequential interdependencies between the observations. This book describes special mathematical tricks and techniques which are geared towards exploring the internal structures of time series data and generating powerful descriptive and predictive insights. Also, the book is full of real-life examples of time series and their analyses using cutting-edge solutions developed in Python. The book starts with descriptive analysis to create insightful visualizations of internal structures such as trend, seasonality and autocorrelation. Next, the statistical methods of dealing with autocorrelation and non-stationary time series are described. This is followed by exponential smoothing to produce meaningful insights from noisy time series data. At this point, we shift focus towards predictive analysis and introduce autoregressive models such as ARMA and ARIMA for time series forecasting. Later, powerful deep learning methods are presented, to develop accurate forecasting models for complex time series, and under the availability of little domain knowledge. All the topics are illustrated with real-life problem scenarios and their solutions by best-practice implementations in Python. The book concludes with the Appendix, with a brief discussion of programming and solving data science problems using Python. Style and approach This book takes the readers from the basic to advance level of Time series analysis in a very practical and real world use cases.

Book Time Series

    Book Details:
  • Author : Robert Shumway
  • Publisher : CRC Press
  • Release : 2019-05-17
  • ISBN : 1000008398
  • Pages : 200 pages

Download or read book Time Series written by Robert Shumway and published by CRC Press. This book was released on 2019-05-17 with total page 200 pages. Available in PDF, EPUB and Kindle. Book excerpt: The goals of this text are to develop the skills and an appreciation for the richness and versatility of modern time series analysis as a tool for analyzing dependent data. A useful feature of the presentation is the inclusion of nontrivial data sets illustrating the richness of potential applications to problems in the biological, physical, and social sciences as well as medicine. The text presents a balanced and comprehensive treatment of both time and frequency domain methods with an emphasis on data analysis. Numerous examples using data illustrate solutions to problems such as discovering natural and anthropogenic climate change, evaluating pain perception experiments using functional magnetic resonance imaging, and the analysis of economic and financial problems. The text can be used for a one semester/quarter introductory time series course where the prerequisites are an understanding of linear regression, basic calculus-based probability skills, and math skills at the high school level. All of the numerical examples use the R statistical package without assuming that the reader has previously used the software. Robert H. Shumway is Professor Emeritus of Statistics, University of California, Davis. He is a Fellow of the American Statistical Association and has won the American Statistical Association Award for Outstanding Statistical Application. He is the author of numerous texts and served on editorial boards such as the Journal of Forecasting and the Journal of the American Statistical Association. David S. Stoffer is Professor of Statistics, University of Pittsburgh. He is a Fellow of the American Statistical Association and has won the American Statistical Association Award for Outstanding Statistical Application. He is currently on the editorial boards of the Journal of Forecasting, the Annals of Statistical Mathematics, and the Journal of Time Series Analysis. He served as a Program Director in the Division of Mathematical Sciences at the National Science Foundation and as an Associate Editor for the Journal of the American Statistical Association and the Journal of Business & Economic Statistics.

Book Time Series Analysis and Forecasting by Example

Download or read book Time Series Analysis and Forecasting by Example written by Søren Bisgaard and published by John Wiley & Sons. This book was released on 2011-08-24 with total page 346 pages. Available in PDF, EPUB and Kindle. Book excerpt: An intuition-based approach enables you to master time series analysis with ease Time Series Analysis and Forecasting by Example provides the fundamental techniques in time series analysis using various examples. By introducing necessary theory through examples that showcase the discussed topics, the authors successfully help readers develop an intuitive understanding of seemingly complicated time series models and their implications. The book presents methodologies for time series analysis in a simplified, example-based approach. Using graphics, the authors discuss each presented example in detail and explain the relevant theory while also focusing on the interpretation of results in data analysis. Following a discussion of why autocorrelation is often observed when data is collected in time, subsequent chapters explore related topics, including: Graphical tools in time series analysis Procedures for developing stationary, non-stationary, and seasonal models How to choose the best time series model Constant term and cancellation of terms in ARIMA models Forecasting using transfer function-noise models The final chapter is dedicated to key topics such as spurious relationships, autocorrelation in regression, and multiple time series. Throughout the book, real-world examples illustrate step-by-step procedures and instructions using statistical software packages such as SAS, JMP, Minitab, SCA, and R. A related Web site features PowerPoint slides to accompany each chapter as well as the book's data sets. With its extensive use of graphics and examples to explain key concepts, Time Series Analysis and Forecasting by Example is an excellent book for courses on time series analysis at the upper-undergraduate and graduate levels. it also serves as a valuable resource for practitioners and researchers who carry out data and time series analysis in the fields of engineering, business, and economics.

Book Machine Learning for Time Series with Python

Download or read book Machine Learning for Time Series with Python written by Ben Auffarth and published by Packt Publishing Ltd. This book was released on 2021-10-29 with total page 371 pages. Available in PDF, EPUB and Kindle. Book excerpt: Get better insights from time-series data and become proficient in model performance analysis Key FeaturesExplore popular and modern machine learning methods including the latest online and deep learning algorithmsLearn to increase the accuracy of your predictions by matching the right model with the right problemMaster time series via real-world case studies on operations management, digital marketing, finance, and healthcareBook Description The Python time-series ecosystem is huge and often quite hard to get a good grasp on, especially for time-series since there are so many new libraries and new models. This book aims to deepen your understanding of time series by providing a comprehensive overview of popular Python time-series packages and help you build better predictive systems. Machine Learning for Time-Series with Python starts by re-introducing the basics of time series and then builds your understanding of traditional autoregressive models as well as modern non-parametric models. By observing practical examples and the theory behind them, you will become confident with loading time-series datasets from any source, deep learning models like recurrent neural networks and causal convolutional network models, and gradient boosting with feature engineering. This book will also guide you in matching the right model to the right problem by explaining the theory behind several useful models. You'll also have a look at real-world case studies covering weather, traffic, biking, and stock market data. By the end of this book, you should feel at home with effectively analyzing and applying machine learning methods to time-series. What you will learnUnderstand the main classes of time series and learn how to detect outliers and patternsChoose the right method to solve time-series problemsCharacterize seasonal and correlation patterns through autocorrelation and statistical techniquesGet to grips with time-series data visualizationUnderstand classical time-series models like ARMA and ARIMAImplement deep learning models, like Gaussian processes, transformers, and state-of-the-art machine learning modelsBecome familiar with many libraries like Prophet, XGboost, and TensorFlowWho this book is for This book is ideal for data analysts, data scientists, and Python developers who want instantly useful and practical recipes to implement today, and a comprehensive reference book for tomorrow. Basic knowledge of the Python Programming language is a must, while familiarity with statistics will help you get the most out of this book.

Book The Analysis of Time Series  Theory and Practice

Download or read book The Analysis of Time Series Theory and Practice written by Christopher Chatfield and published by Springer. This book was released on 2013-12-01 with total page 277 pages. Available in PDF, EPUB and Kindle. Book excerpt: Time-series analysis is an area of statistics which is of particular interest at the present time. Time series arise in many different areas, ranging from marketing to oceanography, and the analysis of such series raises many problems of both a theoretical and practical nature. I first became interested in the subject as a postgraduate student at Imperial College, when I attended a stimulating course of lectures on time-series given by Dr. (now Professor) G. M. Jenkins. The subject has fascinated me ever since. Several books have been written on theoretical aspects of time-series analysis. The aim of this book is to provide an introduction to the subject which bridges the gap between theory and practice. The book has also been written to make what is rather a difficult subject as understandable as possible. Enough theory is given to introduce the concepts of time-series analysis and to make the book mathematically interesting. In addition, practical problems are considered so as to help the reader tackle the analysis of real data. The book assumes a knowledge of basic probability theory and elementary statistical inference (see Appendix III). The book can be used as a text for an undergraduate or postgraduate course in time-series, or it can be used for self tuition by research workers. Throughout the book, references are usually given to recent readily accessible books and journals rather than to the original attributive references. Wold's (1965) bibliography contains many time series references published before 1959.

Book Python Data Science Handbook

Download or read book Python Data Science Handbook written by Jake VanderPlas and published by "O'Reilly Media, Inc.". This book was released on 2016-11-21 with total page 743 pages. Available in PDF, EPUB and Kindle. Book excerpt: For many researchers, Python is a first-class tool mainly because of its libraries for storing, manipulating, and gaining insight from data. Several resources exist for individual pieces of this data science stack, but only with the Python Data Science Handbook do you get them all—IPython, NumPy, Pandas, Matplotlib, Scikit-Learn, and other related tools. Working scientists and data crunchers familiar with reading and writing Python code will find this comprehensive desk reference ideal for tackling day-to-day issues: manipulating, transforming, and cleaning data; visualizing different types of data; and using data to build statistical or machine learning models. Quite simply, this is the must-have reference for scientific computing in Python. With this handbook, you’ll learn how to use: IPython and Jupyter: provide computational environments for data scientists using Python NumPy: includes the ndarray for efficient storage and manipulation of dense data arrays in Python Pandas: features the DataFrame for efficient storage and manipulation of labeled/columnar data in Python Matplotlib: includes capabilities for a flexible range of data visualizations in Python Scikit-Learn: for efficient and clean Python implementations of the most important and established machine learning algorithms

Book R for Data Science

    Book Details:
  • Author : Hadley Wickham
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2016-12-12
  • ISBN : 1491910364
  • Pages : 521 pages

Download or read book R for Data Science written by Hadley Wickham and published by "O'Reilly Media, Inc.". This book was released on 2016-12-12 with total page 521 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn how to use R to turn raw data into insight, knowledge, and understanding. This book introduces you to R, RStudio, and the tidyverse, a collection of R packages designed to work together to make data science fast, fluent, and fun. Suitable for readers with no previous programming experience, R for Data Science is designed to get you doing data science as quickly as possible. Authors Hadley Wickham and Garrett Grolemund guide you through the steps of importing, wrangling, exploring, and modeling your data and communicating the results. You'll get a complete, big-picture understanding of the data science cycle, along with basic tools you need to manage the details. Each section of the book is paired with exercises to help you practice what you've learned along the way. You'll learn how to: Wrangle—transform your datasets into a form convenient for analysis Program—learn powerful R tools for solving data problems with greater clarity and ease Explore—examine your data, generate hypotheses, and quickly test them Model—provide a low-dimensional summary that captures true "signals" in your dataset Communicate—learn R Markdown for integrating prose, code, and results

Book Time Series Analysis Methods and Applications for Flight Data

Download or read book Time Series Analysis Methods and Applications for Flight Data written by Jianye Zhang and published by Springer. This book was released on 2016-12-22 with total page 240 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book focuses on different facets of flight data analysis, including the basic goals, methods, and implementation techniques. As mass flight data possesses the typical characteristics of time series, the time series analysis methods and their application for flight data have been illustrated from several aspects, such as data filtering, data extension, feature optimization, similarity search, trend monitoring, fault diagnosis, and parameter prediction, etc. An intelligent information-processing platform for flight data has been established to assist in aircraft condition monitoring, training evaluation and scientific maintenance. The book will serve as a reference resource for people working in aviation management and maintenance, as well as researchers and engineers in the fields of data analysis and data mining.

Book Hands on Time Series Analysis with Python

Download or read book Hands on Time Series Analysis with Python written by B V Vishwas and published by Apress. This book was released on 2020-08-25 with total page 407 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn the concepts of time series from traditional to bleeding-edge techniques. This book uses comprehensive examples to clearly illustrate statistical approaches and methods of analyzing time series data and its utilization in the real world. All the code is available in Jupyter notebooks. You'll begin by reviewing time series fundamentals, the structure of time series data, pre-processing, and how to craft the features through data wrangling. Next, you'll look at traditional time series techniques like ARMA, SARIMAX, VAR, and VARMA using trending framework like StatsModels and pmdarima. The book also explains building classification models using sktime, and covers advanced deep learning-based techniques like ANN, CNN, RNN, LSTM, GRU and Autoencoder to solve time series problem using Tensorflow. It concludes by explaining the popular framework fbprophet for modeling time series analysis. After reading Hands -On Time Series Analysis with Python, you'll be able to apply these new techniques in industries, such as oil and gas, robotics, manufacturing, government, banking, retail, healthcare, and more. 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. Who This Book Is For Data scientists, data analysts, financial analysts, and stock market researchers

Book Machine Learning Using R

Download or read book Machine Learning Using R written by Karthik Ramasubramanian and published by Apress. This book was released on 2018-12-12 with total page 712 pages. Available in PDF, EPUB and Kindle. Book excerpt: Examine the latest technological advancements in building a scalable machine-learning model with big data using R. This second edition shows you how to work with a machine-learning algorithm and use it to build a ML model from raw data. You will see how to use R programming with TensorFlow, thus avoiding the effort of learning Python if you are only comfortable with R. As in the first edition, the authors have kept the fine balance of theory and application of machine learning through various real-world use-cases which gives you a comprehensive collection of topics in machine learning. New chapters in this edition cover time series models and deep learning. What You'll Learn Understand machine learning algorithms using R Master the process of building machine-learning models Cover the theoretical foundations of machine-learning algorithms See industry focused real-world use cases Tackle time series modeling in R Apply deep learning using Keras and TensorFlow in R Who This Book is For Data scientists, data science professionals, and researchers in academia who want to understand the nuances of machine-learning approaches/algorithms in practice using R.