Thank Mehroz Alam for reporting this issue via email. The max_time_mins parameter doesn't work when use_dask=True in TPOT 0.9.5. I will fix this bug and merge to dev branch first.
The PR #798 was just merged with a patch. If you want to try the dev branch, the command below can be used for installing dev branch to your environment:
pip install --upgrade --no-deps --force-reinstall git+ https://github.com/EpistasisLab/tpot.git@development
Sir Weixuan Fu ,
I think max_eval_time_mins(to evaluate single pipeline ) is not working when we are using dask .
TPOT version 0.9.6
Hmm, somehow the timeout argument is not working with dask. I will look into it.
OK Sir.
Are there any news on max_eval_time_mins with dask?