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

A way to adjust verbosity? #20

Closed
tawheeler opened this issue Sep 13, 2016 · 4 comments
Closed

A way to adjust verbosity? #20

tawheeler opened this issue Sep 13, 2016 · 4 comments

Comments

@tawheeler
Copy link

I am using the GMM(n_components, data) call which then prints a bunch of INFO commands, clustering results, etc. Is it possible for this to be optionally turned off? Something like GMM(n_components, data, verbosity=:silent) or GMM(n_components, data, verbosity=Verbosity.DEBUG)

@davidavdav
Copy link
Owner

Yes, there should be a way to pass these kind of options to GMM. I am not a fan of passing trough loads of options from one call to the next. Perhaps these kind of options should go in the GMM structure.

Would be cool if there is a general logging framework.

@phaverty
Copy link

I would also be interested in turning off the messages

@phaverty
Copy link

phaverty commented Jul 12, 2018

Actually, it looks like the logic in train.jl for sending the logging level to Clustering.kmeans is backwards. \le should be \ge in both cases

@davidavdav
Copy link
Owner

This might finally have been fixed, by the above merge

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

No branches or pull requests

3 participants