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.55k stars 1.64k forks source link

Respect quiet-flag in python land #58

Closed nwillems closed 5 years ago

nwillems commented 8 years ago

This pull request has not been tested(Unfortunately I don't know how either).

I just found this one place, so please comment if there are other places where this is relevant, I will be happy to fix it.

Best regards, Nicolai

nwillems commented 8 years ago

Ping?

nwillems commented 7 years ago

Ping?

cjlin1 commented 5 years ago

To be consistent with svm-train.c, the default should be to print things. If -q is set, whether to print CV is a debatable issue. We decided to print it because otherwise -q -v leads to no output at all and many users get confused.