Most machine-learning systems are trained to answer a relatively simple question:
Given examples from the past, what outcome should I predict next?
For P34, that is not enough.
The markets we care about are partially observed. A business typically knows what happened to the deals it executed, but it does not know what would have happened to the thousands of opportunities it rejected. Its historical data is therefore biased by its own previous decisions.
That creates a difficult problem. A sufficiently powerful model can become very good at reproducing the patterns present in historical data while becoming dangerously wrong about the opportunities it will encounter after deployment.
Our training objective is therefore different. We are trying to teach P34 to learn how to become right about a market, rather than simply teaching it a collection of historically correct answers.
We describe this informally as learning to learn.