neuralprophet
Package — Time SeriesPython 3.7+Advanced
Neural network-based time series forecasting (Prophet + PyTorch)
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- PyTorch, NumPy, pandas, matplotlib, holidays, torchmetrics
- Install
pip install neuralprophet
Learn by Difficulty
Quick Example
python
# Install: pip install neuralprophet import neuralprophet # Basic neuralprophet usage print(f"Using neuralprophet") # See documentation for detailed examples
neuralprophet is a third-party package. Neural network-based time series forecasting (Prophet + PyTorch). Install with: pip install neuralprophet
Try in PlaygroundTags
packagetime-seriesforecastingstatistics