DOC Clarify primal and dual formulations in Ridge solvers - #34899
DOC Clarify primal and dual formulations in Ridge solvers#34899jasperjonkhans wants to merge 1 commit into
Conversation
|
Thank you for opening your first pull request to scikit-learn! π To help get your contribution reviewed, please make sure that:
|
|
Closing my duplicate (#34893) in favour of this one β you had the assignment, and the user-guide half here is the more complete fix. Two things from my version that might be worth folding in: 1. Writing the dual system out explicitly in the docstrings. The
2. The coefficient orientation. Both are docstring-only, so take or leave them as you prefer. (Edited to fix transposed shape figures in point 2.) |
Reference Issues/PRs
Fixes #34807.
What does this implement/fix? Explain your changes.
Document primal/dual selection for
choleskyandsparse_cgacross the Ridge APIs. Explain the equations and Cholesky memory costs in the user guide, distinguishing matrix-freesparse_cg. No runtime changes.Introduce yourself
I am a student in CS and Math. I regularly use scikit-learn for my side projects and partime job. I enjoy the community and want to contribute a bit.
AI usage disclosure
I used AI assistance for: