Skip to content

Commit 9505742

Browse files
committed
Touching up docs
1 parent f524ab2 commit 9505742

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/skmatter/decomposition/__init__.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
be tuned using a mixing parameter α to improve performance in regression tasks
1212
(:math:`\alpha = 0` corresponding to linear regression and :math:`\alpha = 1`
1313
corresponding to PCA). Also provided is Principal Covariates Classification (PCovC),
14-
proposed in [Jorgensen2025]_, which adapts PCovR for use in classification tasks by
15-
leveraging the evidence :math:`\mathbf{Z}` as an approximation of :math:`\mathbf{Y}`.
14+
proposed in [Jorgensen2025]_, which can similarly be used for classification problems.
1615
1716
[Helfrecht2020]_ introduced the non-linear version of PCovR,
1817
Kernel Principal Covariates Regression (KPCovR), where the mixing parameter α
@@ -26,8 +25,8 @@
2625
a low-dimensional projection of the feature vectors that simultaneously minimises
2726
information loss and error in predicting the target properties using only the
2827
latent space vectors :math:`\mathbf{T}`.
29-
* :ref:`PCovC-api` the Principal Covariates Classification. Adapts PCovR for
30-
classification tasks, proposed in [Jorgensen2025]_.
28+
* :ref:`PCovC-api` the standard Principal Covariates Classification, proposed in
29+
[Jorgensen2025]_.
3130
* :ref:`KPCovR-api` the Kernel Principal Covariates Regression.
3231
A kernel-based variation on the
3332
original PCovR method, proposed in [Helfrecht2020]_.

0 commit comments

Comments
 (0)