A scoring model predicts a property of a candidate molecule — most importantly binding affinity — by learning from known molecule–target pairs. It estimates; it does not measure.
What goes in, what comes out
The input is a representation of the candidate, typically the graph or string form from the previous chapter. The output is a number, or a small set of numbers, standing for properties the model was trained to predict. Binding affinity is the headline quantity because it is the property the whole pipeline exists to improve.
A prediction is only as good as the training data behind it. When a candidate falls outside the chemistry the model has seen, the model does not report ignorance — it returns a number anyway. Treating that number as reliable is one of the standard ways a computational shortlist goes wrong.