How to disable progress bar in neural prophet #654
Unanswered
SabarilalS
asked this question in
Q&A - get help using NeuralProphet
Replies: 1 comment
-
set_log_level("CRITICAL") |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to disable the progress bar that is showing while running neural prophet.
Even if I give progress='print' as the argument while calling fit method this progress bar is coming.
Is there any way to hide this in current version of neural prophet.?
Beta Was this translation helpful? Give feedback.
All reactions