NeuralProphet is an extension and improvement of the original Prophet forecasting tool. While Prophet was designed for forecasting time series data with an emphasis on simplicity and interpretability, NeuralProphet builds on this foundation by incorporating more advanced features from machine learning and deep learning. NeuralProphet aims to address some of Prophet’s limitations by introducing a neural network-based approach to forecasting. It is implemented in Python and utilizes PyTorch, a popular deep-learning framework, to model time series data. It allows for more complex modeling capabilities.

Reference List

  1. Neuralprophet: Explainable forecasting at scale
  2. https://github.com/ourownstory/neural_prophet