Skip to content
Snippets Groups Projects
Commit a6091eb1 authored by Steve Schmerler's avatar Steve Schmerler
Browse files

gp: 01_one_dim: use small fixed sigma_n

parent 1c79dd78
No related branches found
No related tags found
1 merge request!2Update GP slides and notebooks
......@@ -170,7 +170,7 @@ pprint(extract_model_params(model, raw=False))
model.mean_module.constant = 3.0
model.covar_module.base_kernel.lengthscale = 1.0
model.covar_module.outputscale = 1.0
model.likelihood.noise_covar.noise = 0.1
model.likelihood.noise_covar.noise = 1e-3
pprint(extract_model_params(model, raw=False))
# -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment