Skip to content

Commit 56b1882

Browse files
fixed class name
1 parent e8700e4 commit 56b1882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/simulator/02_active_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
"1. **Training** – Fit the emulator on a batch of input-output pairs.\n",
180180
"2. **Prediction** – Generate output predictions (with uncertainty estimates) for new inputs.\n",
181181
"\n",
182-
"In this example, we use a simple **Gaussian Process** model (`GaussianProcessExact`) provided by the AutoEmulate package."
182+
"In this example, we use a simple **Gaussian Process** model (`GaussianProcessRBF`) provided by the AutoEmulate package."
183183
]
184184
},
185185
{

0 commit comments

Comments
 (0)