mirror of
https://github.com/shiyu-coder/Kronos.git
synced 2026-06-04 22:02:03 +08:00
Update README.md
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user