ojpv commited on
Commit
2f0ca76
·
verified ·
1 Parent(s): 4621558

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -4,16 +4,13 @@ ClimX is a competition focused on developing **fast and accurate machine learnin
4
 
5
  ## What’s in this dataset?
6
 
7
- This Hugging Face dataset hosts the ClimX training data as **Zarr** archives, plus a lightweight downscaled variant for prototyping.
8
 
9
- - **ClimX.zip**: full dataset (historical + projections)
10
- - **ClimX-lite.zip**: 16× downscaled “lite” dataset (historical + projections)
11
-
12
- The lite dataset is designed to reduce barriers to entry (fast iteration, smaller memory footprint) while keeping the end-to-end workflow consistent.
13
 
14
  ## Problem summary
15
 
16
- Participants train emulators that take **forcing trajectories** (greenhouse gases + aerosols) and optionally past predicted state to produce daily climate fields. The **benchmark target** is not the raw fields themselves, but **15 extreme indices** derived from daily temperature and precipitation.
17
 
18
  Primary leaderboard metric (mean standardized MAE over indices):
19
 
@@ -21,10 +18,13 @@ Primary leaderboard metric (mean standardized MAE over indices):
21
  S = \frac{1}{15}\sum_{i=1}^{15}\frac{\mathrm{MAE}(\hat{Y}_i, Y_i)}{\sigma_i}
22
  \]
23
 
 
 
24
  ## Links
25
 
26
- - Kaggle competition page: `https://www.kaggle.com/competitions/climx`
27
- - Public challenge repository: `https://github.com/IPL-UV/ClimX`
 
28
 
29
  ## License and usage
30
 
 
4
 
5
  ## What’s in this dataset?
6
 
7
+ This Hugging Face dataset hosts the ClimX **full-resolution training data** (historical + projections). A lightweight, \(16\times\) spatially coarsened variant is provided separately for rapid prototyping (hosted on Kaggle).
8
 
9
+ The full dataset is distributed in **NetCDF-4** format to support broad compatibility with common climate tooling.
 
 
 
10
 
11
  ## Problem summary
12
 
13
+ Participants train emulators that take **forcing trajectories** (greenhouse gases + aerosols) and optionally past predicted state to produce daily climate fields at the native NorESM2-MM grid (\(192 \times 288\)). The **benchmark target** is not the raw fields themselves, but **15 extreme indices** derived from daily temperature and precipitation.
14
 
15
  Primary leaderboard metric (mean standardized MAE over indices):
16
 
 
18
  S = \frac{1}{15}\sum_{i=1}^{15}\frac{\mathrm{MAE}(\hat{Y}_i, Y_i)}{\sigma_i}
19
  \]
20
 
21
+ Here \(\sigma_i\) is computed from the ground-truth \(Y_i\) values for the evaluation split (public/private) and held fixed for all submissions on that split.
22
+
23
  ## Links
24
 
25
+ - [Kaggle competition](https://www.kaggle.com/competitions/climx)
26
+ - [Public code repository (challenge materials)](https://github.com/IPL-UV/ClimX)
27
+ - [Website](https://ipl-uv.github.io/ClimX/)
28
 
29
  ## License and usage
30