Micka

Results 43 comments of Micka

Hello, I noticed that you are using cuml version 0.19 which is more than one year old. Can you try the latest version? We updated TSNE to use `FFT` by...

I found this dask issue relevant https://github.com/dask/distributed/issues/6882. I tried to use and adapt the code exemple there to ignore the logging of `distributed.worker` ```python import logging logger = logging.getLogger("distributed.worker") class...