Fast solver for L1-type problems: Lasso, sparse Logisitic regression, Group Lasso, weighted Lasso, Multitask Lasso, etc.
BSD 3-Clause "New" or "Revised" License
204
stars
33
forks
source link
DOC link to source code in API documentation #250
Closed
mathurinm closed 2 years ago
It would be nice if the doc could automatically point to the source code (e.g. in https://mathurinm.github.io/celer/generated/celer.datasets.fetch_ml_uci.html#celer.datasets.fetch_ml_uci)
sklearn does it (bottom right)
so it should be doable easily with some
sphinx
option