Skip to content

Commit f1ba3b0

Browse files
Merge pull request #79 from antoinedemathelin/master
feat: Add IWN
2 parents 770f31a + 8e0094c commit f1ba3b0

File tree

3 files changed

+429
-1
lines changed

3 files changed

+429
-1
lines changed

adapt/instance_based/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
from ._ldm import LDM
1010
from ._nearestneighborsweighting import NearestNeighborsWeighting
1111
from ._balancedweighting import BalancedWeighting
12+
from ._iwn import IWN
1213

1314
__all__ = ["LDM", "KLIEP", "KMM", "TrAdaBoost", "TrAdaBoostR2",
1415
"TwoStageTrAdaBoostR2", "WANN", "NearestNeighborsWeighting",
15-
"BalancedWeighting"]
16+
"BalancedWeighting", "IWN"]

0 commit comments

Comments
 (0)