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.