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

force silence #371

Closed
xinai57 opened this issue Nov 23, 2017 · 3 comments
Closed

force silence #371

xinai57 opened this issue Nov 23, 2017 · 3 comments

Comments

@xinai57
Copy link

xinai57 commented Nov 23, 2017

how to remove the information of prophet? such as:

Initial log joint probability = -18.6079
Optimization terminated normally:
Convergence detected: relative gradient magnitude is below tolerance

in lightGBM we can set verbose = -1 to silence, is there any similar parameter in prophet?

@ghost
Copy link

ghost commented Nov 25, 2017

Redirect output to null when launching on Linux, or OSX, or Windows.

@bletham
Copy link
Contributor

bletham commented Dec 1, 2017

The output is coming from Stan and we don't have a good way to silence it. See #170, which also has links to the upstream issues. #223 provides a decorator that will suppress all of the output. Hopefully we'll be able to have a verbosity flag soon.

There are some info messages from prophet about setting seasonalities etc. that can be disabled by setting the logger level for fbprophet to logging.WARNING or higher.

@bletham
Copy link
Contributor

bletham commented Dec 22, 2017

I'm going to close this since it's covered by #170 and #223. Hopefully coming soon...

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

2 participants