Creating a Model Set for Prediction
We separated the data set into two parts, one part is used as training data set to produce the prediction model, and the other part is used as test data set to test the accuracy of our model.
We used cross-validation method, which means all data from the data set might be selected into training data set and test data set.