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