You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PiecewisePolynomialKernel is something of an oddity in that our current implementation accepts an argument that parametrises a distance. While the dimensionality of this argument is needed so that we can ensure positive definiteness, the warping of the input space that it performs can be achieved via transform.
It would be great if someone could refactor this kernel for our next minor release (we might want to think about getting into the habit of maintaining a dev branch or something)
The text was updated successfully, but these errors were encountered:
The
PiecewisePolynomialKernel
is something of an oddity in that our current implementation accepts an argument that parametrises a distance. While the dimensionality of this argument is needed so that we can ensure positive definiteness, the warping of the input space that it performs can be achieved viatransform
.It would be great if someone could refactor this kernel for our next minor release (we might want to think about getting into the habit of maintaining a dev branch or something)
The text was updated successfully, but these errors were encountered: