Search code examples
pythonmachine-learningdaskauto-sklearn

How to use Autosklearn with dask dataframe?


How can I use dask dataframe in Autosklearn?

My code is correct and working using the Pandas dataframe but not working with Dask. I'm using the Dask dataframe because my dataset is very large.

Is there any autosklearn support for dask?


Solution

  • It looks like there is support for autosklearn with Dask, here are some helpful docs from autosklearn