0

I have trained my Autosklearn classification model using pandas dataframe and trying to get predictions using dask dataframes from trained models.

I have tested with pandas dataframe and got predictions right. Now, i have to perform prediction task on dask dataframe for large datasets.

As i read all over documentaion of dask and Autosklearn, there is no support till now for the same.

If anyone can help, it will be very greatful.

Thanks in Advance.

1 Answers1

1

As of 2020-03-10 there is no support between Autosklearn and Dask dataframes.

MRocklin
  • 55,641
  • 23
  • 163
  • 235