Data Forecasting in Neural Prophet
NeuralProphet is an extended Prophet forecasting library.
- deep learning models (AR-Net)
Time-series forecasting
- creating predictive data models
- training neural networks
- using Jupyter Notebook
- test in Spyder
Examples
- formatting data for NeuralProphet
- train model
- create prediction
pip install neuralprophet
pip install neuralprophet[live]
- test data
note
Goals.
info
Goals.
caution
Goals.
warning
Goals.