Skip to content
Prev 87122 / 398506 Next

Cross-validation in SVM

On Thu, 23 Feb 2006, Amir Safari wrote:

            
Not necessarily, depends on the type of data.
cross: if a integer value k>0 is specified, a k-fold cross
          validation on the training data is performed to assess the
          quality of the model: the accuracy rate for classification
          and the Mean Squared Error for regression

i.e., MSE will be used.
Z