You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alejandro Moreo edited this page Feb 14, 2023
·
2 revisions
Explicit Loss Minimization
QuaPy makes available several Explicit Loss Minimization (ELM) methods, including
SVM(Q), SVM(KLD), SVM(NKLD), SVM(AE), or SVM(RAE).
These methods require to first download the
svmperf
package, apply the patch
svm-perf-quantification-ext.patch, and compile the sources.
The script prepare_svmperf.sh does all the job. Simply run:
./prepare_svmperf.sh
The resulting directory svm_perf_quantification contains the
patched version of svmperf with quantification-oriented losses.