Lucas A. Bonini

Results 6 comments of Lucas A. Bonini

As I mentioned, this error raises when I try to deserialize a `dask_ml.decomposition.PCA` already fitted in a different cluster. ```python OSError: Timed out trying to connect to tcp://10.126.121.131:35487 after 30...

**Update:** `dask_ml.decomposition.PCA().mean_` is a dask.array so, I serialized `componentes_` and `mean_` as np.array. Then, in another cluster I instantiate a new object and adjust these attributes. This is a workaround...

Hey @TomAugspurger, thanks for the opportunity. I will try as soon as possible, but I believe I won't be able to make the changes anytime soon.

Hey @Tankilevitch nice to meet you too! I believe it started happening when I tried to run for the second time. But, I also pruned all my containers, volumes, and...

> I think I was able to reproduce your scenario, it seems like maybe you don't have write permission to the directory you defined as your `SHARED_FOLDER`. Can you try...