https://store-images.s-microsoft.com/image/apps.4094.d1b92801-fbf7-4524-a1de-83bef4ccedd8.458ec6a1-33a6-475d-bda4-50b233e064a2.380e6e26-f34f-4d6c-9196-ef009cacbb1f

Neural Prophet

bCloud LLC

Neural Prophet

bCloud LLC

Version 0.8.0+ Free with Support on Ubuntu 24.04

NeuralProphet is an open-source time series forecasting library built on top of PyTorch. It combines the simplicity of Facebook’s Prophet with deep learning extensions, enabling accurate and interpretable forecasts. NeuralProphet supports autoregression, custom seasonality, lagged covariates, and future events, making it suitable for both research and real-world applications.

Features of NeuralProphet:

  • Extends Facebook Prophet with deep learning capabilities.
  • Built on top of PyTorch, supporting GPU acceleration for faster training.
  • Handles autoregression, custom seasonality, and lagged regressors.
  • Supports event-based forecasting and future covariates.
  • Provides easy-to-use APIs for data scientists and engineers.
  • Open-source, actively developed, and widely used in research and industry.

To check the installed version of NeuralProphet on Ubuntu 24.04, run these commands in your environment:



$ sudo su
$ sudo apt update
$ cd /opt/neuralprophet
$ source venv/bin/activate
$ pip show neuralprophet

Disclaimer: NeuralProphet is released under the MIT License and maintained by the open-source community. Users are responsible for correct usage in their specific applications. The developers are not liable for any consequences arising from its use. Always refer to the official NeuralProphet documentation for the most accurate and up-to-date information.