neuralprophet — Easy Examples
Neural network-based time series forecasting (Prophet + PyTorch)
Getting started with neuralprophet
Installation and basic usage of neuralprophet.
python
# Install: pip install neuralprophet import neuralprophet # Basic neuralprophet usage print(f"Using neuralprophet") # See documentation for detailed examples
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
Common neuralprophet operations
Frequently used features of neuralprophet.
python
# Install: pip install neuralprophet import neuralprophet # Common neuralprophet patterns print(f"neuralprophet version: {neuralprophet.__version__}")
These are the most commonly used features of neuralprophet in everyday development.
Want to try these examples interactively?
Open Easy Playground