Hello
@Max (Nixtla)!
I am currently working on a demand forecasting project, in which we are using multiple models for generating the predictions. Prophet is one of them and we've seen so far that it also has good accuracy on our datasets. We are also using WindowAverage from your library and we thought maybe we could wrap the AutoARIMAProphet and WindowAverage models in a single StatsForecast object such that when we generate forecasts using
.forecast()
the output will be for both models.