https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev/examples/0-intro-1d/ mentions: >We create a finite dimensional projection at the inputs of the training dataset observed under Gaussian noise with variance noise_var=0.1 Is it the same thing as `alpha` in https://scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html#sklearn.gaussian_process.GaussianProcessRegressor which is the `σ_n^2` in literature? https://gaussianprocess.org/gpml/chapters/RW.pdf#page=37
https://juliagaussianprocesses.github.io/AbstractGPs.jl/dev/examples/0-intro-1d/
mentions:
Is it the same thing as
alphain https://scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessRegressor.html#sklearn.gaussian_process.GaussianProcessRegressorwhich is the
σ_n^2in literature? https://gaussianprocess.org/gpml/chapters/RW.pdf#page=37