Skip to content

Conversation

joeltg
Copy link

@joeltg joeltg commented Oct 4, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

verbose turns on both tqdm and separate progress message

1 participant