neuralprophetEasy Playground

Neural network-based time series forecasting (Prophet + PyTorch)

Getting started with neuralprophetRun locally
Install
pip install neuralprophet
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: neuralprophet)

neuralprophet is a third-party package. Neural network-based time series forecasting (Prophet + PyTorch). Install with: pip install neuralprophet

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?