Skip to content

Commit c5ba23c

Browse files
update
1 parent e6d5943 commit c5ba23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

questions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2124,7 +2124,7 @@ window.questions = [
21242124
},
21252125
{
21262126
"id": 121,
2127-
"question": "Given the following confusion matrix, which is the correct value for F1-score?",
2127+
"question": "Given the following confusion matrix, which is the correct value for F1-score?\n\nConfusion Matrix:\n | Actual Positive | Actual Negative\n---------------------------------------------------\nPredicted Positive | 43 | 24\nPredicted Negative | 12 | 13",
21282128
"options": ["a) 1,03", "b) 0,35", "c) 0,76", "d) 0,69"],
21292129
"correct_answer": "D",
21302130
"k_level": "K2",

0 commit comments

Comments
 (0)