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

Roadmap #322

Merged
merged 4 commits into from Aug 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/source/index.rst
Expand Up @@ -135,6 +135,7 @@ Scikit-Learn should feel at home with Dask-ML.

changelog.rst
contributing.rst
roadmap.rst
history.rst

.. _Dask: https://dask.pydata.org/
Expand Down
14 changes: 14 additions & 0 deletions docs/source/roadmap.rst
@@ -0,0 +1,14 @@
.. _roadmap:

Dask-ML Roadmap
===============

Dask-ML wants to enable scalable machine learning in Python. It aims to do so by

1. Working with existing libraries within the Python ecosystem
2. Using the features of Dask to scale computation to larger datasets and larger
problems
Copy link
Member

Choose a reason for hiding this comment

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

larger datasets and larger
problems

Maybe "larger datasets and harder problems"?


We'll use these two values to guide what's appropriate for inclusion in Dask-ML.

A list of open issues on our roadmap can be found `on GitHub <https://github.com/dask/dask-ml/labels/Roadmap>`_.