Skip to content

Commit 079eefa

Browse files
authored
Update _kliep.py
Update documentation
1 parent 7184dc4 commit 079eefa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adapt/instance_based/_kliep.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ class KLIEP(BaseAdaptEstimator):
9999
Possible values: ['original', 'PG', 'FW']
100100
101101
- 'original' follows the algorithm of [1]. Useful to reproduce the paper's experiences.
102-
- 'PG' is a improved version of 'original'.
103-
A convex projection into the constraints set is used.
102+
- 'PG' is a improved version of 'original'. A convex projection into the constraints set is used.
104103
- 'FW' [2] uses the Frank-Wolfe algorithm to solve the above OP.
105104
106105
In general, 'FW' is more efficient than 'original' or 'PG'.

0 commit comments

Comments
 (0)