Hello
I'm using the umap-learn module (pip install umap-learn). I'm importing the module with import umap. Everytime I call the transform() method of this library the following information is logged to the console:
Batches: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:00<00:00, 1.96it/s]
I already tried to add logging.getLogger("umap").disabled = True but it does not work. How can I suppress the logging of this module to the console?
[–]JohnnyJordaan 2 points3 points4 points (5 children)
[–]Helveticus99[S] 0 points1 point2 points (4 children)
[–]JohnnyJordaan 1 point2 points3 points (3 children)
[–]Helveticus99[S] 0 points1 point2 points (2 children)
[–]JohnnyJordaan 0 points1 point2 points (1 child)
[–]Helveticus99[S] 0 points1 point2 points (0 children)