Skip to content

Commit 58bdbe7

Browse files
add reference to qgpc (#334)
1 parent ff869e4 commit 58bdbe7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/squlearn/kernel/qgpc.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ class QGPC(GaussianProcessClassifier):
3434
--------
3535
squlearn.kernel.QSVC : Quantum Support Vector classification.
3636
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+
3743
**Example**
3844
3945
.. code-block::

0 commit comments

Comments
 (0)