From b4e24f3e1bfe8efe8034caa27c74010b866ea466 Mon Sep 17 00:00:00 2001 From: Rahul Patel Date: Sat, 18 Oct 2025 10:25:56 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d495d46..f22f862 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ x_timestamp = df.loc[:lookback-1, 'timestamps'] y_timestamp = df.loc[lookback:lookback+pred_len-1, 'timestamps'] ``` -#### 4. Generate Forecasts +#### 4. Generate Forecasts Call the `predict` method to generate forecasts. You can control the sampling process with parameters like `T`, `top_p`, and `sample_count` for probabilistic forecasting. @@ -332,3 +332,4 @@ This project is licensed under the [MIT License](./LICENSE). +