Add comment on biased models

main
Aurélien Geron 2022-09-25 17:31:58 +13:00
parent 2228feb218
commit a2dc617aa2
1 changed files with 7 additions and 0 deletions

View File

@ -2666,6 +2666,13 @@
"result = classifier(\"The actors were very convincing.\")" "result = classifier(\"The actors were very convincing.\")"
] ]
}, },
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Models can be very biased. For example, it may like or dislike some countries depending on the data it was trained on, and how it is used, so use it with care:"
]
},
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 90, "execution_count": 90,