Javier Escobar Ortiz

Results 47 comments of Javier Escobar Ortiz

Hello Kishan, All the strategies available for backtesting are the ones shown in the gifs in the User Guide that you may already be familiar with. https://skforecast.org/latest/user_guides/backtesting We have never...

Hi @KishManani, Thanks for the clarification, do you mean this strategy? ![backtesting fixed train size refit](https://skforecast.org/0.11.0/img/backtesting_refit_fixed_train_size.gif) I think I am missing something in your example. As I see it, you...

Hello @xlsi Currently, there is no implementation to apply custom predictors with a direct multi-step forecasting strategy. We have this feature in our backlog, but would be happy if someone...

Hello @davidusb-geek It looks like a [multi-series problem](https://skforecast.org/latest/user_guides/independent-multi-time-series-forecasting), but some preprocessing needs to be done. Could you describe the problem a little more, what are the target variables and what...

I see. In the current version it is not possible to face this problem, but in skforecast 0.12 (hopefully released in 2 weeks) the `ForecasterAutoregMultiSeries` will be able to handle...

Hello @davidusb-geek, The functionality to include series-specific exogenous variables in ForecasterMultiSeries is now available in skforecast 0.12.0: https://skforecast.org/latest/user_guides/multi-series-with-different-length-and-different_exog We will improve the user guide in the coming days. 😄 Hope...

@jrodenberg0 If the code doesn't work for you, try it with Python 3.11