From 666e2de7d8da97ba62a89e0d0ae60048f18f87d7 Mon Sep 17 00:00:00 2001 From: udlbook <110402648+udlbook@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:28:34 -0500 Subject: [PATCH] Created using Colaboratory --- Notebooks/Chap08/8_2_Bias_Variance_Trade_Off.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notebooks/Chap08/8_2_Bias_Variance_Trade_Off.ipynb b/Notebooks/Chap08/8_2_Bias_Variance_Trade_Off.ipynb index ff5b66b..269f56c 100644 --- a/Notebooks/Chap08/8_2_Bias_Variance_Trade_Off.ipynb +++ b/Notebooks/Chap08/8_2_Bias_Variance_Trade_Off.ipynb @@ -268,7 +268,7 @@ "mean_model, std_model = get_model_mean_variance(n_data, n_datasets, n_hidden, sigma_func) ;\n", "\n", "# Plot the results\n", - "plot_function(x_func, y_func, x_data,y_data, x_model, mean_model, sigma_model=std_model)" + "plot_function(x_func, y_func, x_model=x_model, y_model=mean_model, sigma_model=std_model)" ], "metadata": { "id": "Wxk64t2SoX9c"