Created using Colaboratory

This commit is contained in:
udlbook
2024-03-04 16:28:34 -05:00
parent e947b261f8
commit 666e2de7d8

View File

@@ -268,7 +268,7 @@
"mean_model, std_model = get_model_mean_variance(n_data, n_datasets, n_hidden, sigma_func) ;\n", "mean_model, std_model = get_model_mean_variance(n_data, n_datasets, n_hidden, sigma_func) ;\n",
"\n", "\n",
"# Plot the results\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": { "metadata": {
"id": "Wxk64t2SoX9c" "id": "Wxk64t2SoX9c"