The concept of labels is best understood with an example. Say we want to classify some Tweets as mean or not mean. If we have a list of Tweets and their corresponding _label_ (mean or not mean), we can train a model to classify whether tweets are mean or not. Labels are generally just possibilities for the classification task.