arboreto
arboreto copied to clipboard
AttributeError
Hi,
I tried the Example 01 - GRNBoost2 local, https://nbviewer.jupyter.org/github/tmoerman/arboreto/blob/master/notebooks/examples/ex_01_grnboost2_local.ipynb, and I got the following error:
AttributeError Traceback (most recent call last)
D:\Anaconda\lib\site-packages\arboreto\algo.py in
D:\Anaconda\lib\site-packages\distributed_init_.py in
D:\Anaconda\lib\site-packages\distributed\config.py in
AttributeError: module 'dask' has no attribute 'config'
This is most likely an issue with the dask and distributed versions in your installation. The first thing I would try is updating both packages using the conda package manager.
Thank you prompt reply