repairs some mistake

This commit is contained in:
François Colin de Verdière 2025-04-01 10:40:19 +02:00
parent 6d8856e0a6
commit 0795cf233b

View File

@ -508,7 +508,7 @@
"Not good, even quite bad. \n", "Not good, even quite bad. \n",
"We cannot find the region a cheese originates from given its characteristic. \n", "We cannot find the region a cheese originates from given its characteristic. \n",
"\n", "\n",
"\n" "\n",
"In short, it seems that we cannot find the region a cheese originates from given its characteristic. " "In short, it seems that we cannot find the region a cheese originates from given its characteristic. "
] ]
}, },
@ -530,7 +530,6 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"yprime=pd.DataFrame(model.predict(X),columns=[\"latitude\",\"longitude\"])" "yprime=pd.DataFrame(model.predict(X),columns=[\"latitude\",\"longitude\"])"
>>>>>>> 6d6969d60cf151787c2854b4183625033bc58fb6
] ]
}, },
{ {