Skip to content

Commit 4e1cf07

Browse files
Merge pull request #43 from adapt-python/antoinedemathelin-patch-4
docs: fix typos kmm
2 parents 8841544 + 39fa0df commit 4e1cf07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adapt/instance_based/_kmm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ class KMM(BaseAdaptEstimator):
2020
KMM: Kernel Mean Matching
2121
2222
KMM is a sample bias correction method for domain adaptation based on the
23-
minimization of the **Maximum Mean Discreapancy** (MMD) between source
23+
minimization of the **Maximum Mean Discrepancy** (MMD) between source
2424
and target domains.
2525
26-
The algorithm corrects input source and taregt distributions differences by
26+
The algorithm corrects the difference between the input source and target distributions by
2727
**reweighting** the source instances such that the means of the source and target
2828
instances in a **reproducing kernel Hilbert space** (RKHS) are "close".
2929

0 commit comments

Comments
 (0)