-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DOC L1-regularization parameter tutorial #264
DOC L1-regularization parameter tutorial #264
Conversation
Thanks for the PR @wassimmazouz I will follow along with you so ping me when you are done or need a hand |
@wassimmazouz almost done, can you look into this rendering bug for the align environment that I was not able to fix ? |
@mathurinm Is it a local issue? It renders correctly for me |
We have an action that builds the doc on the PR and publishes it ( |
@mathurinm it might have to do with the |
The problem seems to appear only for multiline equations. Perhaps, sphinx/mathjax has troubles parsing the equation 🤷♂️ |
@wassimmazouz can you report this back to sphinx with a minimal example ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thanks @wassimmazouz @Badr-MOUFAD
This PR aims to add documentation about the mathematical context behind the choice of L1-regularization in
skglm
as it is one of the frequently asked questions.Tasks :
.rst
tutorial and added its tag to thetutorials.rst
file