cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.54k stars 1.64k forks source link

When cross-validating with a model file parameter no model is output #164

Open SoftwareApe opened 4 years ago

SoftwareApe commented 4 years ago

When you use svm-train with -v option and a model file, no model file gets generated (3.24).

If this is supposed to be the normal behavior there should be a warning with a helpful error message.