Added correct answer

This commit is contained in:
udlbook
2024-04-23 15:57:56 -04:00
parent 451ccc0832
commit c875fb0361

View File

@@ -218,7 +218,8 @@
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"was = np.sum(TP * dist_mat)\n", "was = np.sum(TP * dist_mat)\n",
"print(\"Wasserstein distance = \", was)" "print(\"Your Wasserstein distance = \", was)\n",
"print(\"Correct answer = 0.15148578811369506\")"
], ],
"metadata": { "metadata": {
"id": "yiQ_8j-Raq3c" "id": "yiQ_8j-Raq3c"