From 0795cf233bbee690b01cc1a48a84c60728b852e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Colin=20de=20Verdi=C3=A8re?= Date: Tue, 1 Apr 2025 10:40:19 +0200 Subject: [PATCH] repairs some mistake --- cheese.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cheese.ipynb b/cheese.ipynb index c7c00ee..b040323 100644 --- a/cheese.ipynb +++ b/cheese.ipynb @@ -508,7 +508,7 @@ "Not good, even quite bad. \n", "We cannot find the region a cheese originates from given its characteristic. \n", "\n", - "\n" + "\n", "In short, it seems that we cannot find the region a cheese originates from given its characteristic. " ] }, @@ -530,7 +530,6 @@ "outputs": [], "source": [ "yprime=pd.DataFrame(model.predict(X),columns=[\"latitude\",\"longitude\"])" ->>>>>>> 6d6969d60cf151787c2854b4183625033bc58fb6 ] }, {