Apply labels to a measures table
Overview
A measures table can be labelled so that more advanced analytical methods can be applied, which include between-group tests, classification methods in machine learning, and more. The most used historical labelling heuristic is to split players according to the total amount they wager. The labelling module provides a way to do this for any fractional split (e.g. 80:20, 95:5...) via the label_split
method.
Labeled measures tables are a powerful tool in themselves, and can be used in the machine_learning
module or used to describe each labeled group.