[ENH] building a systematic test suite for models #1771
Labels
enhancement
New feature or request
maintenance
Continuous integration, unit testing & package distribution
We should build a systematic test suite for models.
Currently, there are tests per model.
A "test suite" means something like
TestAllForecasters
insktime
, where we loop over forecasters, but with the contract ofpytorch-forecasting
.The test suite should cover basic usage vignettes, including those shown in the tutorials.
Architecturally, I suggest using
scikit-base
as a soft dependency (testing depset only), to index and collect all forecasters, and to build the test framework.While this is probably not a good first issue, we should collect code snippets that should work for all foercaster classes, for inclusion in the test suite.
The text was updated successfully, but these errors were encountered: