8000 Fix typo · scikit-learn/scikit-learn@c891815 · GitHub
[go: up one dir, main page]

Skip to content

Commit c891815

Browse files
committed
Fix typo
1 parent e8b53b5 commit c891815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/gaussian_process/plot_gpr_prior_posterior.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def plot_gpr_samples(gpr_model, n_samples, ax):
126126
)
127127

128128
# %%
129-
# Rational Quadradtic kernel
130-
# ..........................
129+
# Rational Quadratic kernel
130+
# .........................
131131
from sklearn.gaussian_process.kernels import RationalQuadratic
132132

133133
kernel = 1.0 * RationalQuadratic(length_scale=1.0, alpha=0.1, alpha_bounds=(1e-5, 1e15))

0 commit comments

Comments
 (0)
0