I am studying machine learning, and I am very confused about the definition of "prediction" and "label", and I would like to know what is the relationship between them?
My understand is: "prediction" is something you are going to predict, based on "label".
E.g., label = MCQ1 MCQ2, prediction = Final_term_mark
it can predict a student's final term mark by his/her grade of MCQ1 and MCQ2.
Is that correct?