scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
52 stars 16 forks source link

Add frank-wolfe solver (v2) #167

Closed antoinedemathelin closed 2 months ago

antoinedemathelin commented 2 months ago

Hi everyone, Here is a new pull request for the frank-wolfe solver for KMM. I made two qp_solve functions this time: _qp_solve_scipy and _qp_solve_frank_wolfe

antoinedemathelin commented 2 months ago

Hi everyone, Thank you for the reviews! I have modified the code accordingly. I have run the pre-commit install --install-hooks command, but Lint test is still not passing. It is not clear for me to understand why it fails...