mathurinm / andersoncd

This code is no longer maintained. The codebase has been moved to https://github.com/scikit-learn-contrib/skglm. This repository only serves to reproduce the results of the AISTATS 2021 paper "Anderson acceleration of coordinate descent" by Quentin Bertrand and Mathurin Massias.
BSD 3-Clause "New" or "Revised" License
18 stars 6 forks source link

MRG: Removing celer as a dependency, using libsvmdata #10

Closed mathurinm closed 3 years ago

mathurinm commented 3 years ago

closes #1

mathurinm commented 3 years ago

@QB3 celer's install is long as it requires cythonizing stuff, so I removed it in favor of libsvmdata and sklearn.

Can you review and merge if it looks ok to you?