Dmitry Balabka

Results 126 comments of Dmitry Balabka

@fjetter , @phofl, it is impossible to create an image for `train_df['sku_group'].value_counts().analyze()` because it leads to OOM, so I've created the image for a smaller size dataframe `test_df['sku_group'].value_counts().analyze()`. - `train_df`...

@phofl , @fjetter , did I understand correcltly that after optimisation `test_df['sku_group'].value_counts()` Dask tries to perform value counting using a single chunk? So, it might lead to OOM on a...

> Yes, this can cause problems if there are many values and the reduction is not able to shrink the data. @fjetter, there are only five categories, but there is...

@martindurant , here is a PR: https://github.com/googleapis/google-auth-library-python/pull/1368 I'm not sure they have documentation yet. Also, let's skip this change for now unless it is required. I assumed it would fix...

@norkunas, let's close it for now.

@norkunas, to work around this, I create a custom HttpClient and inject it into a factory.

@jacobtomlinson , could you please specify what exactly has been broken? Is it related to #848, or are there any other tickets?

@jacobtomlinson , I noticed the changes in the port forwarding. As far I understood, dask-kubernetes uses a new way to forward ports. I tested it and it fixes the problem...

@jacobtomlinson I will perform more tests and give a feedback in https://github.com/dask/dask-kubernetes/issues/805

@frankdekker, I will add support for other methods as well if the maintainer accepts that such a feature is required. We should wait for @webmozart's reply.