I am working on an evaluation of time series forecasting models in Python, more specifically with statsmodels, scikit-learn and tensorflow. I think it makes sense to first compare the model performance to a set of "trivial" models.
What are examples of such baseline models typically used? Are there existing implementations? (E.g., is there something analogous to scikit-learn DummyClassifier for time series forecasts?)
sktime's datasets? It would be very useful to benchmark it against that. There aren't any in the documentation unfortunately: https://www.sktime.org/en/stable/api_reference/datasets.html – semyd Nov 24 '22 at 08:14