You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Dask-ML scales machine learning APIs like Scikit-Learn and XGBoost to enable scalable training and prediction on large models and large datasets.</p>
114
114
<p>
115
-
<aclass="btn btn-outline-secondary" href="https://dask-ml.readthedocs.org/en/latest/" role="button">Learn More »</a>
115
+
<aclass="btn btn-outline-secondary" href="https://ml.dask.org/" role="button">Learn More »</a>
116
116
<aclass="btn btn-secondary" href="https://mybinder.org/v2/gh/dask/dask-examples/master?urlpath=lab/tree/machine-learning.ipynb" role="button">Try Now »</a>
117
117
</p>
118
118
</div><!-- /.col-lg-4 -->
@@ -129,7 +129,7 @@ <h2 class="featurette-heading">Familiar for Python users</h2>
129
129
<h2class="featurette-subheading">and easy to get started</h2>
130
130
<pclass="lead">Dask uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their Dask-powered equivalents.</>
131
131
<pclass="lead">You don't have to completely rewrite your code or retrain to scale up.</p>
132
-
<aclass="btn btn-secondary" href="http://dask.pydata.org/en/latest/api.html" role="button">Learn About Dask APIs »</a>
132
+
<aclass="btn btn-secondary" href="http://docs.dask.org/en/latest/api.html" role="button">Learn About Dask APIs »</a>
133
133
</div>
134
134
135
135
<divclass="col-md-5 code-block">
@@ -161,7 +161,7 @@ <h2 class="featurette-subheading">or just use it on your laptop</h2>
161
161
<pclass="lead">Dask's schedulers scale to thousand-node clusters and its algorithms have been tested on some of the largest supercomputers in the world.</p>
162
162
163
163
<pclass="lead">But you don't need a massive cluster to get started. Dask ships with schedulers designed for use on personal machines. Many people use Dask today to scale computations on their laptop, using multiple cores for computation and their disk for excess storage.</p>
164
-
<aclass="btn btn-secondary" href="http://dask.pydata.org/en/latest/scheduling.html" role="button">Learn About Dask Schedulers »</a>
164
+
<aclass="btn btn-secondary" href="http://docs.dask.org/en/latest/scheduling.html" role="button">Learn About Dask Schedulers »</a>
0 commit comments