Ory999 commited on
Commit
7bf24db
·
verified ·
1 Parent(s): 9ef0025

Update assignment_2.ipynb

Browse files
Files changed (1) hide show
  1. assignment_2.ipynb +1 -3
assignment_2.ipynb CHANGED
@@ -384,7 +384,7 @@
384
  "Calculating uncertainty scores...\n",
385
  "\n",
386
  "========================================\n",
387
- "Part B Complete! Outputs successfully shown.\n",
388
  "File saved to: hitl_green_100_REPRODUCED.csv\n",
389
  " - Min Uncertainty: 0.9959\n",
390
  " - Max Uncertainty: 1.0000\n",
@@ -1217,7 +1217,6 @@
1217
  "Recall | 0.7488 | 0.7467 (-0.0021)\n",
1218
  "F1-score | 0.7488 | 0.7465 (-0.0023)\n",
1219
  "============================================================\n",
1220
- "Assignment Complete! Copy the table above into your README.\n"
1221
  ]
1222
  }
1223
  ],
@@ -1285,7 +1284,6 @@
1285
  " diff = val_d - val_a\n",
1286
  " print(f\"{m.capitalize():<15} | {val_a:20.4f} | {val_d:20.4f} ({'+' if diff >=0 else ''}{diff:.4f})\")\n",
1287
  "print(\"=\"*60)\n",
1288
- "print(\"Assignment Complete! Copy the table above into your README.\")"
1289
  ]
1290
  },
1291
  {
 
384
  "Calculating uncertainty scores...\n",
385
  "\n",
386
  "========================================\n",
387
+ "Part B Complete! Outputs successfully shown.\n",
388
  "File saved to: hitl_green_100_REPRODUCED.csv\n",
389
  " - Min Uncertainty: 0.9959\n",
390
  " - Max Uncertainty: 1.0000\n",
 
1217
  "Recall | 0.7488 | 0.7467 (-0.0021)\n",
1218
  "F1-score | 0.7488 | 0.7465 (-0.0023)\n",
1219
  "============================================================\n",
 
1220
  ]
1221
  }
1222
  ],
 
1284
  " diff = val_d - val_a\n",
1285
  " print(f\"{m.capitalize():<15} | {val_a:20.4f} | {val_d:20.4f} ({'+' if diff >=0 else ''}{diff:.4f})\")\n",
1286
  "print(\"=\"*60)\n",
 
1287
  ]
1288
  },
1289
  {