CHAPTER 4 Sample Weights

4.1 Motivation

Chapter 3 presented several new methods for labeling financial observations. We introduced two novel concepts, the triple-barrier method and meta-labeling, and explained how they are useful in financial applications, including quantamental investment strategies. In this chapter you will learn how to use sample weights to address another problem ubiquitous in financial applications, namely that observations are not generated by independent and identically distributed (IID) processes. Most of the ML literature is based on the IID assumption, and one reason many ML applications fail in finance is because those assumptions are unrealistic in the case of financial time series.

4.2 Overlapping Outcomes

In Chapter 3 we assigned a label yi to an observed feature Xi, where yi was a function of price bars that occurred over an interval [ti, 0, ti, 1]. When ti, 1 > tj, 0 and i < j, then yi and yj will both depend on a common return , that is, the return over the interval [tj, 0, min{ti, 1, tj, 1}]. The implication is that the series of labels, {yi}i = 1, …, I, are not IID whenever there is an overlap between any two consecutive outcomes, ∃i|ti, 1 > ti + 1, 0..

Suppose that we circumvent this problem by restricting the bet horizon to ti, 1ti + 1, 0. In this case there is no overlap, because every feature outcome is determined before or at the ...

Get Advances in Financial Machine Learning now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.