DH

Results 4 issues of DH

When `gitdir url`, the following error occurs. Any ideas? ``` ConnectionRefusedError: [Errno 61] Connection refused ... gitdir/gitdir.py", line 99, in download urllib.request.urlretrieve(file_url, path) ```

question

Got an OSError after featuretools started for hours. #### Part of traceback (cannot retrieve the whole log) File "/home/zzz/.conda/envs/test/lib/python3.9/site-packages/distributed/utils.py", line 338, in sync return sync( File "/home/zzz/.conda/envs/test/lib/python3.9/site-packages/distributed/utils.py", line 405, in...

bug

When I tried to calculate_feature_matrix by chunks, I kept encountering **ValueError**, following which a **Fatal Python error** usually occurred. Please note this error only occured after some chunks calculation, and...

While trying to "jupyter nbconvert" a notebook, I got the error > ImportError: No module named RemoveInputPreprocessor It works as expected after I downgrade to 1.2.5. Any ideas? Thank you...