Skip to content

Commit 081853e

Browse files
authored
Merge pull request #232 from py-why/kunwuz-patch-1
Update kci.rst
2 parents adb221a + d731041 commit 081853e

File tree

1 file changed

+2
-2
lines changed
  • docs/source/independence_tests_index

1 file changed

+2
-2
lines changed

docs/source/independence_tests_index/kci.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ and n_features is the number of features.
5252

5353
+ Either for specifying parameters of KCI, including:
5454

55-
**KernelX/Y/Z (condition_set)**: ['GaussianKernel', 'LinearKernel', 'PolynomialKernel']. (For 'PolynomialKernel', the default degree is 2. Currently, users can change it by setting the 'degree' of 'class PolynomialKernel()'.
55+
**KernelX/Y/Z (condition_set)**: ['Gaussian', 'Linear', 'Polynomial']. (For 'Polynomial', the default degree is 2. Currently, users can change it by setting the 'degree' of 'class PolynomialKernel()'.
5656

5757
**est_width**: set kernel width for Gaussian kernels.
5858
- 'empirical': set kernel width using empirical rules (default).
@@ -72,4 +72,4 @@ Returns
7272
**p**: the p value.
7373

7474

75-
.. [1] Zhang, K., Peters, J., Janzing, D., & Schölkopf, B. (2011, July). Kernel-based Conditional Independence Test and Application in Causal Discovery. In 27th Conference on Uncertainty in Artificial Intelligence (UAI 2011) (pp. 804-813). AUAI Press.
75+
.. [1] Zhang, K., Peters, J., Janzing, D., & Schölkopf, B. (2011, July). Kernel-based Conditional Independence Test and Application in Causal Discovery. In 27th Conference on Uncertainty in Artificial Intelligence (UAI 2011) (pp. 804-813). AUAI Press.

0 commit comments

Comments
 (0)