Skip to content

mrocklin/dask-learn

 
 

Repository files navigation

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 comptuations.

About

Tools for working with scikit-learn and dask.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%