# NOT RUN {
synthetic_forecast <- run_synthetic_forecast(
df = df_example,
col_unit_name = 'unit',
col_time='time_period',
periods_to_forecast=12,
unit_of_interest = '30',
serie_of_interest = 'x1'
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab