Slide 49
Slide 49 text
Terminology: Example, Labeled example and
unlabeled data
● Example is a particular instance of data, x
● Labeled example, has {features, label} : (x, y)
○ Used to train the model
○ In our spam detector example, the labeled examples would be individual emails that users
have explicitly marked as "spam" or "not spam."
● Unlabeled example has {features, ?} : (x, ?)
○ Used for making predictions on new data