|
Confusion matrix:
|
| | |
Predictions
|
Classification error
|
| |
Absence
|
Presence
|
|
Observations in the building set
|
Absence
|
113
|
45
|
0.28 (FPR)
|
|
Presence
|
404
|
696
|
0.37 (FNR)
|
|
Observations in the validation set
|
Absence
|
83
|
39
|
0.32 (FPR)
|
|
Presence
|
59
|
146
|
0.29 (FNR)
|
|
Performance metrics:
|
| |
Building set
|
Validation set
|
|
TSSmax
|
0.35
|
0.40
|
|
Cutoff
|
0.90
|
0.65
|
|
Observed prevalencea
|
0.87
|
0.63
|
|
Predicted prevalencea
|
0.59
|
0.57
|
|
TNR (1-FPR)
|
0.71
|
0.68
|
|
TPR (1-FNR)
|
0.63
|
0.71
|
|
Accuracyb
|
0.64
|
0.70
|
|
Precisionc
|
0.94
|
0.79
|
|
AUC
|
0.71
|
0.72
|
|
RMSE
|
0.32
|
0.45
|
|
Brier scored
|
0.10
|
0.20
|
- aPrevalence is estimated as: presences/total
- bAccuracy is estimated as: (true positives + true negatives)/(obs. Presences + obs. absences)
- cPrecision is estimated as: true positives/(true positives + false positives)
- dThe Brier score is computed as the mean of the squared residuals