79176530

Date: 2024-11-11 06:00:08
Score: 0.5
Natty:
Report link

If you do not need the graph to be drawn up, e.g. I do not need the graph to be drawn up as this will be handled by Tableau and TabPy, the below code could be suitable

import logging
logging.getLogger("prophet.plot").disabled = True
from prophet import ...

Solution taken from https://github.com/facebook/prophet/issues/2387

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Gwen Au