fix for dataset details
Browse files
README.md
CHANGED
@@ -23,7 +23,6 @@ Two derived binary labels are included for forecasting tasks:
|
|
23 |
|
24 |
For completeness, we also include (1) GOES class, which is determined from the peak X-ray flux of the most intense flare in the prediction window; and (2) cumulative index determined from all ≥C-class flares in the prediction window.
|
25 |
|
26 |
-
---
|
27 |
|
28 |
## Supported Tasks and Applications
|
29 |
|
@@ -31,7 +30,6 @@ For completeness, we also include (1) GOES class, which is determined from the p
|
|
31 |
`ordinal-classification`: Predict flare-class of a given instance.
|
32 |
- `regression`: Predict cumulative flare index of a given instance.
|
33 |
|
34 |
-
---
|
35 |
|
36 |
## Dataset Structure
|
37 |
|
@@ -52,7 +50,7 @@ Each record includes four label fields:
|
|
52 |
- **`label_max`**: Binary label, 1 if `goes_class` ≥ M1.0, else 0.
|
53 |
- **`label_cum`**: Binary label, 1 if `cumulative_index` ≥ 10, else 0.
|
54 |
|
55 |
-
Example entry:
|
56 |
|
57 |
```json
|
58 |
{
|
|
|
23 |
|
24 |
For completeness, we also include (1) GOES class, which is determined from the peak X-ray flux of the most intense flare in the prediction window; and (2) cumulative index determined from all ≥C-class flares in the prediction window.
|
25 |
|
|
|
26 |
|
27 |
## Supported Tasks and Applications
|
28 |
|
|
|
30 |
`ordinal-classification`: Predict flare-class of a given instance.
|
31 |
- `regression`: Predict cumulative flare index of a given instance.
|
32 |
|
|
|
33 |
|
34 |
## Dataset Structure
|
35 |
|
|
|
50 |
- **`label_max`**: Binary label, 1 if `goes_class` ≥ M1.0, else 0.
|
51 |
- **`label_cum`**: Binary label, 1 if `cumulative_index` ≥ 10, else 0.
|
52 |
|
53 |
+
Example entry (in JSON format):
|
54 |
|
55 |
```json
|
56 |
{
|