umap icon indicating copy to clipboard operation
umap copied to clipboard

Remove redundant progress logging when verbose output is enabled

Open joeltg opened this issue 3 months ago • 0 comments

Currently, when optimizing the final embedding with verbose = True, UMAP displays a tqdm progress bar ranging over the number of epochs, and also prints a completed {n} / {n_epochs} epochs message every 10 epochs. This leaves traces of the tqdm progress bar in stdout, like so:

A60DD403-6D57-4041-9232-540D8165AFB6-3899-0000AA2467C06016

By removing this, we just let tqdm do its thing, which displays all the same information with less cumulative clutter.

Fixes #1154

joeltg avatar Oct 04 '25 20:10 joeltg