Facebook Prophet and the Stock Market (Part 1)
Advancing Analytics
JULY 5, 2021
ftse = yf.Ticker( "^FTSE" ) ftse_df = ftse.history( start = '2016-01-01', end = today ) # Inspect the dataframe. isin( forecast['ds'] ) ] # Use our MAPE function to evaluate the success of our 60 day forecast. fig = plot_cross_validation_metric( crossv_df, metric = 'mape', color='red' ) # Evaluate the mean MAPE for our forecasts.
Let's personalize your content