TABLE 4.
Objective functions for machine learning models.
Name | Prediction task | Formula |
---|---|---|
Accuracy | Classification | |
AUC (Area under the receiver operating characteristic curve) | Classification | |
LogAUC | Classification | |
MCC (Matthew’s correlation coefficient) | Classification | |
PPV (Positive predictive value) | Classification | |
Enrichment factor | Classification | |
MAE (Mean absolute error) | Regression | |
MAE_NMAD (MAE normalized by the mean absolute deviation) | Regression | |
RMSD (Root-mean-square deviation) | Regression | |
NRMSD (RMSD normalized by the range) | Regression | |
RMSD_NSTD (RMSD normalized by the standard deviation) | Regression |