Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add progress log #18

Closed
ensonario opened this issue Nov 15, 2017 · 6 comments
Closed

Add progress log #18

ensonario opened this issue Nov 15, 2017 · 6 comments

Comments

@ensonario
Copy link

It would be nice to report some intermediate calculation progress as log info messages. For large data the process can be relatively long and progress info will help.

@lmcinnes
Copy link
Owner

That sounds like a very sensible thing to do. I am not really an expert on the best way to do that -- ideally I want to be compatible with both script usage, and usage inside Jupyter and look good in both. I would welcome suggestions on how best to do that.

@ensonario
Copy link
Author

You can use standard python logger, example from gensim: https://github.com/RaRe-Technologies/gensim/blob/develop/gensim/models/ldamodel.py#L652

@lmcinnes
Copy link
Owner

Thanks, that looks like the sort of thing I need! I'll see if I can get something like that integrated soon.

@sauln
Copy link
Collaborator

sauln commented Nov 15, 2017

I would be willing to implement a first pass at this.

@lmcinnes
Copy link
Owner

That would be greatly appreciated! Pull requests more than welcome.

@sleighsoft
Copy link
Collaborator

Resolved.

lmcinnes added a commit that referenced this issue Aug 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants