From 49b8e048e612c6e50303c6cc27aba965758e9432 Mon Sep 17 00:00:00 2001 From: Andrei Chernov Date: Wed, 5 Nov 2025 22:35:30 +0100 Subject: [PATCH] renamed notebook --- README.md | 2 +- examples/{model_comparison_simple.ipynb => toy_example.ipynb} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/{model_comparison_simple.ipynb => toy_example.ipynb} (100%) diff --git a/README.md b/README.md index 2758778..c208d3d 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ responses = asyncio.run(forecast_multiple_series()) See the `examples/` directory for complete Jupyter notebook examples: -- **`model_comparison_simple.ipynb`** - Point forecasting with FlowState on AirPassengers dataset +- **`toy_example.ipynb`** - A toy example showing how to get started with FAIM and generate both point and probabilistic forecasts. ## Requirements diff --git a/examples/model_comparison_simple.ipynb b/examples/toy_example.ipynb similarity index 100% rename from examples/model_comparison_simple.ipynb rename to examples/toy_example.ipynb