Silence INFO messages #1230
Answered
by
noxan
MchlUh
asked this question in
Q&A - get help using NeuralProphet
Silence INFO messages
#1230
|
Hi, is there a common way to silence INFO in the fit method : INFO - (NP.df_utils._infer_frequency) I am running a RandimozedSearchCV, and all the itermediate prints of neuralprophet are not helping track of the progress of the fine tuning process. Thanks for any advice, |
Answered by
noxan
Mar 28, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@MchlUh you can set the log level to
WARNINGorERRORwith the following snippet to hideINFOlog entries.