From 599758a1bb49654fb67230494634c1b311ade5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Geron?= Date: Mon, 22 Nov 2021 10:16:27 +1300 Subject: [PATCH] No need to save cyprus_prediction_plot anymore, it's unused in the book --- 01_the_machine_learning_landscape.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/01_the_machine_learning_landscape.ipynb b/01_the_machine_learning_landscape.ipynb index c637306..b0c979c 100644 --- a/01_the_machine_learning_landscape.ipynb +++ b/01_the_machine_learning_landscape.ipynb @@ -569,7 +569,6 @@ "\n", "plt.axis([min_gdp, max_gdp, min_life_sat, max_life_sat])\n", "\n", - "save_fig('cyprus_prediction_plot')\n", "plt.show()" ] },