We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c221b2e commit ed2ebe0Copy full SHA for ed2ebe0
pywhy_stats/kernel_utils.py
@@ -131,7 +131,6 @@ def compute_kernel(
131
# Note that this is added to the list of possible kernels for :func:`~sklearn.metrics.pairwise.pairwise_kernels`.
132
# because it is more efficient to compute the kernel over the entire matrices at once
133
# since numpy has vectorized operations.
134
- # with temporarily_restrict_key("delta", PAIRWISE_KERNEL_FUNCTIONS):
135
with TemporarilySetKey(PAIRWISE_KERNEL_FUNCTIONS, "delta", delta_kernel):
136
PAIRWISE_KERNEL_FUNCTIONS["delta"] = delta_kernel
137
0 commit comments