Skip to content
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

Merged

Conversation

atyamsriharsha
Copy link
Contributor

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.

Copy link
Member

@jrbourbeau jrbourbeau left a 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!

@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

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!

Copy link
Member

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.

Copy link
Contributor Author

@atyamsriharsha atyamsriharsha Mar 13, 2019

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

@TomAugspurger
Copy link
Member

TomAugspurger commented Mar 13, 2019 via email

@TomAugspurger TomAugspurger merged commit ce81ad1 into dask:master Mar 15, 2019
This was referenced Mar 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants