Skip to content

Commit 0749df8

Browse files
Fix typos
1 parent 5bf6d7b commit 0749df8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

adapt/feature_based/_coral.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CORAL(BaseAdaptEstimator):
3333
Where:
3434
3535
- :math:`A` is the feature transformation matrix such that
36-
:math:`X_S^{enc} = X_S A`
36+
:math:`X_S^{enc} = X_S A`
3737
- :math:`C_S` is the correlation matrix of input source data
3838
- :math:`C_T` is the correlation matrix of input target data
3939

adapt/instance_based/_kmm.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ class KMM(BaseAdaptEstimator):
7373
‘linear’, ‘poly’, ‘polynomial’, ‘rbf’,
7474
‘laplacian’, ‘sigmoid’, ‘cosine’]
7575
76-
kernel_params : dict (default=None)
77-
Kernel additional parameters
78-
7976
max_size : int (default=1000)
8077
Batch computation to speed up the fitting.
8178
If len(Xs) > ``max_size``, KMM is applied

0 commit comments

Comments
 (0)