Skip to content

Commit

Permalink
[Breaking Change] remove NewtonGirardAdditiveKernel
Browse files Browse the repository at this point in the history
- The functionality of this kernels has not disappeared, but this
  kernel cannot work without the last_dim_is_batch_option.
- The examples/00_Basic_Usage/kernels_with_additive_or_product_structure.ipynb
  notebook describes how to replicate the functionality of this kernel
  using the gpytorch.utils.sum_interaction_terms utility.
  • Loading branch information
gpleiss committed Jul 17, 2024
1 parent a081628 commit 650368e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 287 deletions.
2 changes: 0 additions & 2 deletions gpytorch/kernels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from .matern_kernel import MaternKernel
from .multi_device_kernel import MultiDeviceKernel
from .multitask_kernel import MultitaskKernel
from .newton_girard_additive_kernel import NewtonGirardAdditiveKernel
from .periodic_kernel import PeriodicKernel
from .piecewise_polynomial_kernel import PiecewisePolynomialKernel
from .polynomial_kernel import PolynomialKernel
Expand Down Expand Up @@ -52,7 +51,6 @@
"LinearKernel",
"MaternKernel",
"MultitaskKernel",
"NewtonGirardAdditiveKernel",
"PeriodicKernel",
"PiecewisePolynomialKernel",
"PolynomialKernel",
Expand Down
127 changes: 0 additions & 127 deletions gpytorch/kernels/newton_girard_additive_kernel.py

This file was deleted.

158 changes: 0 additions & 158 deletions test/kernels/test_newton_girard_additive_kernel.py

This file was deleted.

0 comments on commit 650368e

Please sign in to comment.