Nixtla / mlforecast

Scalable machine 🤖 learning for time series forecasting.
https://nixtlaverse.nixtla.io/mlforecast
Apache License 2.0
808 stars 75 forks source link

[utils] Move `backtest_splits` to `utilsforecast` #270

Closed AzulGarza closed 8 months ago

AzulGarza commented 8 months ago

Description

Recently, mlforecast was included as a main dependency on nixtlats. However, only the backtest_splits function is used. It might be good to move that function to utilsforecast.

Use case

No response