Skip to content

Commit 899bb5c

Browse files
authored
Update _kliep.py
1 parent e919420 commit 899bb5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adapt/instance_based/_kliep.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ class KLIEP(BaseAdaptEstimator):
4444
4545
.. math::
4646
47-
\max_{\\alpha_i } \sum_{x_i \in X_T} \log(
48-
\sum_{x_j \in X_T} \\alpha_i K_{\sigma}(x_j, x_i))
47+
\max_{\\alpha_i } \sum_{x_j \in X_T} \log(
48+
\sum_{x_i \in X_T} \\alpha_i K_{\sigma}(x_j, x_i))
4949
5050
Subject to:
5151
@@ -320,4 +320,4 @@ def _cross_val_jscore(self, Xs, Xt, sigma, cv):
320320
) + EPS
321321
))
322322
cv_scores.append(j_score)
323-
return cv_scores
323+
return cv_scores

0 commit comments

Comments
 (0)