Is the gradient wrong in sklearn.gaussian_process.kernels.DotProduct?

后端 未结 0 1655
醉梦人生
醉梦人生 2021-01-02 06:30

In the source code of sklearn.gaussian_process.kernels.DotProduct, the function is defined as:

# line 2049
K = np.inner(X, Y) + self.sigma_0 ** 2         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题