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 ] }, {