-
Notifications
You must be signed in to change notification settings - Fork 552
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
[REVIEW] link Logisitc MNMG via dask-glm demo to readme #3151
[REVIEW] link Logisitc MNMG via dask-glm demo to readme #3151
Conversation
sync with upstream
sync with upstream
sync with upstream
@@ -96,7 +96,7 @@ repo](https://github.com/rapidsai/notebooks-contrib). | |||
| **Linear Models for Regression or Classification** | Linear Regression (OLS) | Multi-node multi-GPU via Dask | | |||
| | Linear Regression with Lasso or Ridge Regularization | Multi-node multi-GPU via Dask | | |||
| | ElasticNet Regression | | | |||
| | Logistic Regression | | | |||
| | Logistic Regression | Multi-node multi-GPU via Dask-GLM [demo](https://github.com/daxiongshu/rapids-demos) | |
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.
Do you have any plans to push this notebook & readme to a RAPIDS repository? It would also be useful for users to provide a link to the Dask-GLM logistic regression docs / repo.
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.
I was trying to push the notebook to notebooks-contrib
but it seems that repo is under some changes so @JohnZed suggested to link my repo for now.
I'll add the link to dask-glm
and documents in the readme of my repo. Thank you!
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.
Yes, I support leaving it in a personal repo with a readme now until reorganizations in notebooks-contrib etc. are finalized so we don't have to keep moving around the link.
@daxiongshu can you add an entry to the changelog for this change? |
@ajschmidt8, I've fixed the conflict here. This is ready to merge when you have a moment. |
No description provided.