alvarouc / dask-learn

Tools for working with scikit-learn and dask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dask-learn

Travis Status

Tools for working with Scikit-Learn and Dask.

This library provides implementations of Scikit-Learn's GridSearchCV and RandomizedGridSearchCV. They implement many (but not all) of the same parameters, and should be a drop-in replacement for the subset that they do implement. For certain problems, these implementations can be more efficient than those in scikit-learn, as they can avoid repeating expensive repeated computations.

About

Tools for working with scikit-learn and dask.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%