Skip to content

Commit 8e0094c

Browse files
Add IWN
1 parent 770f31a commit 8e0094c

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)