'Kernel for gaussian process in GPy
How to create a kernel where Linear kernel is raised to a fraction value?
I know it can be done in sklearn.gaussian_process as below.
kernel = DotProduct() ** 0.5
How to create this kernel in GPy ?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
