We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7184dc4 commit 079eefaCopy full SHA for 079eefa
adapt/instance_based/_kliep.py
@@ -99,8 +99,7 @@ class KLIEP(BaseAdaptEstimator):
99
Possible values: ['original', 'PG', 'FW']
100
101
- '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.
+ - 'PG' is a improved version of 'original'. A convex projection into the constraints set is used.
104
- 'FW' [2] uses the Frank-Wolfe algorithm to solve the above OP.
105
106
In general, 'FW' is more efficient than 'original' or 'PG'.
0 commit comments