From a184b06fdd8d665ac499e15491eaabb851da4a22 Mon Sep 17 00:00:00 2001 From: Tom Andersson Date: Sun, 20 Oct 2024 17:52:08 +0100 Subject: [PATCH] Remove completed tasks from docs roadmap --- docs/community/roadmap.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/community/roadmap.md b/docs/community/roadmap.md index 85eccca6..75d0d385 100644 --- a/docs/community/roadmap.md +++ b/docs/community/roadmap.md @@ -15,10 +15,8 @@ If you are interested in contributing to the project, check out our [](./contrib * Patch-wise training and inference * Saving a ``TaskLoader`` when instantiated with raw xarray/pandas objects -* Non-Gaussian likelihoods * Spatial-only modelling * Continuous time measurements (i.e. not just discrete, uniformly sampled data on the same time grid) -* Improve forecasting functionality * Test the framework with other models (e.g. GPs) * Add simple baselines models (e.g. linear interpolation, GPs) * Test and extend support for using ``dask`` in the ``DataProcessor`` and ``TaskLoader``