skip to content
promptdojo
_
[ save your spot ]
[ follow on x ]
The training and prediction loop — step 2 of 7
ch 39 · supervised learning workflows
2/7
promptdojo
_
›
phase 08 · ai/ml engineering
›
ch 39 · supervised learning workflows
lesson 3 of 5 · the training and prediction loop
step 2 of 7 in this lesson
What makes the threshold approach "training" rather than a hardcoded rule?
1
The threshold is computed from the labeled examples, so it changes when the data changes.
2
It stores the answers in a dictionary.
3
It runs faster than a lookup.
4
It prints a number instead of a string.
check
ch 39 · supervised learning workflows
2/7
promptdojo
_
›
phase 08 · ai/ml engineering
›
ch 39 · supervised learning workflows
lesson 3 of 5 · the training and prediction loop
step 2 of 7 in this lesson
What makes the threshold approach "training" rather than a hardcoded rule?
1
The threshold is computed from the labeled examples, so it changes when the data changes.
2
It stores the answers in a dictionary.
3
It runs faster than a lookup.
4
It prints a number instead of a string.
check
park a thought