Time series forecasting with Prophet
In this example, I am forecasting the future price of the AAPL stock, using data from the kaggle dataset starting with prices after 2015. View complete notebook here.
This model uses the Prophet library
from prophet import Prophet
After importing th...
blog.dtucker.xyz1 min read