You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,15 @@ Existing forecasting benchmarks usually fall into one of two categories:
15
15
16
16
`fev` aims for the middle ground - it provides the core benchmarking functionality without introducing unnecessary constraints or bloated dependencies. The library supports point & probabilistic forecasting, different types of covariates, as well as all popular forecasting metrics.
17
17
18
-
## Installation
18
+
## 📝 Updates
19
+
-**2025-09-16**: The new version `0.6.0` contains major new functionality, [updated documentation](https://autogluon.github.io/fev/latest/), as well as some breaking changes to the `Task` API. Please check the [release notes](https://github.com/autogluon/fev/releases) for more details.
20
+
21
+
## ⚙️ Installation
19
22
```
20
23
pip install fev
21
24
```
22
25
23
-
## Quickstart
26
+
## 🚀 Quickstart
24
27
25
28
Create a task from a dataset stored on Hugging Face Hub
26
29
```python
@@ -42,7 +45,7 @@ for window in task.iter_windows():
Examples of model implementations compatible with `fev` are available in [`examples/`](./examples/).
110
115
111
116
112
-
## Leaderboards
117
+
## 🏅 Leaderboards
113
118
We host leaderboards obtained using `fev` under https://huggingface.co/spaces/autogluon/fev-leaderboard.
114
119
115
120
Currently, the leaderboard includes the results from the Benchmark II introduced in [Chronos: Learning the Language of Time Series](https://arxiv.org/abs/2403.07815). We expect to extend this list in the future.
116
121
117
-
## Datasets
122
+
## 📈 Datasets
118
123
Repositories with datasets in format compatible with `fev`:
0 commit comments