What is a training data and a testing data?
978268Dec 19 2012 — edited Dec 21 2012When doing clustering, you work with testing data in order to evaluate the performance of your model. What does the testing data include? The training data is the one we work with, i.e. preparing the data, modeling, etc, correct?
I just need a clear difference between the two..