October 2021
Beginner to intermediate
370 pages
8h 19m
English
Machine learning has come a long way in recent years, and this is reflected in the methods available to time-series predictions. We've introduced a few state-of-the-art machine learning methods for time-series in Chapter 4, Introduction to Machine Learning for Time-Series. In the current chapter, we'll introduce several more machine learning methods.
We'll go through methods that are commonly used as baseline methods, or that stand out in terms of either performance, ease of use, or their applicability. I'll introduce k-nearest neighbors with dynamic time warping and gradient boosting for time-series as a baseline and we'll go over other methods, such as Silverkite and gradient boosting. Finally, we'll ...