We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8841544 + 39fa0df commit 4e1cf07Copy full SHA for 4e1cf07
adapt/instance_based/_kmm.py
@@ -20,10 +20,10 @@ class KMM(BaseAdaptEstimator):
20
KMM: Kernel Mean Matching
21
22
KMM is a sample bias correction method for domain adaptation based on the
23
- minimization of the **Maximum Mean Discreapancy** (MMD) between source
+ minimization of the **Maximum Mean Discrepancy** (MMD) between source
24
and target domains.
25
26
- The algorithm corrects input source and taregt distributions differences by
+ The algorithm corrects the difference between the input source and target distributions by
27
**reweighting** the source instances such that the means of the source and target
28
instances in a **reproducing kernel Hilbert space** (RKHS) are "close".
29
0 commit comments