We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff869e4 commit 58bdbe7Copy full SHA for 58bdbe7
1 file changed
src/squlearn/kernel/qgpc.py
@@ -34,6 +34,12 @@ class QGPC(GaussianProcessClassifier):
34
--------
35
squlearn.kernel.QSVC : Quantum Support Vector classification.
36
37
+ References
38
+ ----------
39
+ .. [RW2006] `Carl E. Rasmussen and Christopher K.I. Williams,
40
+ "Gaussian Processes for Machine Learning",
41
+ MIT Press 2006 <https://www.gaussianprocess.org/gpml/chapters/RW.pdf>`_
42
+
43
**Example**
44
45
.. code-block::
0 commit comments