psiz-org / psiz

A python package for inferring psychological embeddings.
https://psiz.org
Apache License 2.0
29 stars 7 forks source link

Use tqdm for fit progress bar #24

Closed rgerkin closed 1 month ago

rgerkin commented 3 years ago

@roads I think this gives a really clean and flexible progress bar implementation for model fitting, in both the terminal and the notebook. Inspired by this answer.

roads commented 1 month ago

I completely agree tqdm is perfect for this. In an effort to slim PsiZ down to its essentials, the PsiZ progress bar has been removed in favor of user's specifying their own progress bar implementation, so this package is now optional.