You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with code "tree_r_f=tree.subtree_reconfigure_forest(progbar=True)", I enconter the problem " AttributeError: 'ProcessPoolExecutor' object has no attribute 'scatter' ", could you please help me ?
The text was updated successfully, but these errors were encountered:
Ah this is because the parallel options was changed to True by default and the default pool to use was changed away from 'dask'/'ray'. As a workaround you should be able to do any of the following:
with code "tree_r_f=tree.subtree_reconfigure_forest(progbar=True)", I enconter the problem " AttributeError: 'ProcessPoolExecutor' object has no attribute 'scatter' ", could you please help me ?
The text was updated successfully, but these errors were encountered: