mirror of
https://github.com/serengil/deepface.git
synced 2025-06-07 20:15:21 +00:00
prediction_classes
This commit is contained in:
parent
466037ef5e
commit
db13fbf8d7
@ -202,7 +202,7 @@ gbm.save_model("face-recognition-ensemble-model.txt")
|
||||
#--------------------------
|
||||
#Evaluation
|
||||
|
||||
predictions = gbm.predict(x_test)
|
||||
prediction_classes = gbm.predict(x_test)
|
||||
|
||||
cm = confusion_matrix(y_test, prediction_classes)
|
||||
print(cm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user