From 19c02bffe145921aa25cec3ec7baa550b30e7d20 Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Wed, 15 Nov 2017 21:43:28 -0500 Subject: [PATCH] DOC: ecosystem: dask-ml --- doc/source/ecosystem.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/source/ecosystem.rst b/doc/source/ecosystem.rst index ac8216d572ddd..f7d1edff15cfb 100644 --- a/doc/source/ecosystem.rst +++ b/doc/source/ecosystem.rst @@ -225,7 +225,13 @@ Out-of-core ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Dask is a flexible parallel computing library for analytics. Dask -allow a familiar ``DataFrame`` interface to out-of-core, parallel and distributed computing. +provides a familiar ``DataFrame`` interface for out-of-core, parallel and distributed computing. + +`Dask-ML `__ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Dask-ML enables parallel and distributed machine learning using Dask alongside existing machine learning libraries like Scikit-Learn, XGBoost, and TensorFlow. + `Blaze `__ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~