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...
Mar 15, 20241 min read13
