-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
# Leaderboard | ||
We provide leaderboard for both deterministic and probabilistic models/metrics. | ||
This interactive page is inspired by the WeatherBench 2 design (https://sites.research.google/weatherbench/) | ||
All results are evaluated on the year 2022. | ||
|
||
We provide a leaderboard for both deterministic and probabilistic models/metrics. | ||
This interactive page is inspired by the [WeatherBench 2 design](https://sites.research.google/weatherbench/). | ||
All results are evaluated on the year 2022. | ||
|
||
## Deterministic Models | ||
[Interactive Control](https://htmlpreview.github.io/?https://raw.githubusercontent.com/leap-stc/ChaosBench/refs/heads/main/website/html/control.html) | ||
|
||
<iframe src="https://htmlpreview.github.io/?https://raw.githubusercontent.com/leap-stc/ChaosBench/main/website/html/control.html" width="100%" height="600px" frameborder="0"></iframe> | ||
|
||
## Ensemble Models | ||
[Interactive Ensemble](https://htmlpreview.github.io/?https://raw.githubusercontent.com/leap-stc/ChaosBench/refs/heads/main/website/html/ensemble.html) | ||
|
||
<iframe src="https://htmlpreview.github.io/?https://raw.githubusercontent.com/leap-stc/ChaosBench/main/website/html/ensemble.html" width="100%" height="600px" frameborder="0"></iframe> |