February 2018
Intermediate to advanced
400 pages
10h 17m
English
In this chapter we will discuss two of the most popular ML ensemble methods.1 In the references and footnotes you will find books and articles that introduce these techniques. As everywhere else in this book, the assumption is that you have already used these approaches. The goal of this chapter is to explain what makes them effective, and how to avoid common errors that lead to their misuse in finance.
ML models generally suffer from three errors:2
Consider a training set of observations {xi}i = 1, …, n and real-valued outcomes {yi}i = 1, …, n. Suppose a function f[x] exists, such that y = f[x] + ϵ, where ϵ is white noise with E[ϵi] = 0 ...