Skip to content

Commit 4198add

Browse files
committed
Renaming files, reworking check for compatible classifiers/regressors
1 parent f25a41c commit 4198add

17 files changed

+665
-8075
lines changed

examples/pcovc/test_notebook.ipynb

Lines changed: 197 additions & 4596 deletions
Large diffs are not rendered by default.

src/skmatter/decomposition/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
"""
2727

2828
from ._kernel_pcovr import KernelPCovR
29-
from ._pcovr import (
30-
PCovR,
31-
pcovr_covariance,
32-
pcovr_kernel,
29+
from ._pcovr import PCovR
30+
from ._pcov import (
31+
pcovr_covariance,
32+
pcovr_kernel
3333
)
3434

3535
__all__ = ["pcovr_covariance", "pcovr_kernel", "PCovR", "KernelPCovR"]

0 commit comments

Comments
 (0)