-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
Issue 478 fix -- Documentation link error #483
Issue 478 fix -- Documentation link error #483
Conversation
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.
Thanks for the PR @atyamsriharsha!
dask_ml/wrappers.py
Outdated
@@ -386,7 +386,7 @@ class Incremental(ParallelPostFit): | |||
used during the call to ``fit``. All attributes learned during training | |||
are available on ``Incremental`` directly. | |||
|
|||
.. _list of incremental learners: http://scikit-learn.org/stable/modules/scaling_strategies.html#incremental-learning # noqa | |||
.. _list of incremental learners: https://scikit-learn.org/0.15/modules/scaling_strategies.html#incremental-learning # noqa |
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 think this page was moved to https://scikit-learn.org/stable/modules/computing.html#incremental-learning
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.
@jrbourbeau are the changes okay ? or do I need to update the link that you mentioned!
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.
Preferably update to @jrbourbeau's link, so that as changes are made they're reflected in what we link to.
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.
Sure @TomAugspurger . I will modify it and commit the changes
Just to be clear, you can push another commit to this branch. No need for a
new PR.
…On Wed, Mar 13, 2019 at 5:22 PM Sriharsha Atyam ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In dask_ml/wrappers.py
<#483 (comment)>:
> @@ -386,7 +386,7 @@ class Incremental(ParallelPostFit):
used during the call to ``fit``. All attributes learned during training
are available on ``Incremental`` directly.
- .. _list of incremental learners: http://scikit-learn.org/stable/modules/scaling_strategies.html#incremental-learning # noqa
+ .. _list of incremental learners: https://scikit-learn.org/0.15/modules/scaling_strategies.html#incremental-learning # noqa
Sure @TomAugspurger <https://github.com/TomAugspurger> . I will modify it
and send a PR
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#483 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABQHIk49DKKiJ7vECsyR8l60SzEiy-X0ks5vWXoLgaJpZM4bv-oh>
.
|
In the https://ml.dask.org/modules/generated/dask_ml.wrappers.Incremental.html#dask_ml.wrappers.Incremental there is a link which redirects to scikit learn scaling strategies page when you click the list of incremental learners and it is not working anymore and I updated the new link.