Skip to content

Commit 5af7a9d

Browse files
committed
Fixed: Markdown in prediction section of factorization machines to include caveat about result alignment
1 parent 7ef15d9 commit 5af7a9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

introduction_to_amazon_algorithms/factorization_machines_mnist/factorization_machines_mnist.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,9 @@
369369
"cell_type": "markdown",
370370
"metadata": {},
371371
"source": [
372-
"As we can see from the confusion matrix above, we predict 942 images of 0 correctly, while we predict 99 images as 0 when in actuality they aren't, and we miss predicting 38 images of 0 that we should have."
372+
"As we can see from the confusion matrix above, we predict 951 images of the digit 0 correctly (confusingly this is class 1). Meanwhile we predict 165 images as the digit 0 when in actuality they aren't, and we miss predicting 29 images of the digit 0 that we should have.\n",
373+
"\n",
374+
"*Note: Due to some differences in parameter initialization, your results may differ from those listed above, but should remain reasonably consistent.*"
373375
]
374376
},
375377
{

0 commit comments

Comments
 (0)