--- license: gpl-3.0 language: - en tags: - solar - flare - forecasting configs: - config_name: default data_files: - split: train_24h path: data/train/metadata_goes_Mthr_T24h_train.json - split: test_24h path: data/test/metadata_goes_Mthr_T24h_test.json - split: val_24h path: data/cv/metadata_goes_Mthr_T24h_cv.json - split: train_12h path: data/train/metadata_goes_Mthr_T12h_train.json - split: test_12h path: data/test/metadata_goes_Mthr_T12h_test.json - split: val_12h path: data/cv/metadata_goes_Mthr_T12h_cv.json task_categories: - time-series-forecasting --- This dataset is intended to be used for training/testing solar flare forecasting models. It contains various data splits (in json format) of GOES XRS time series (1 min-cadence) for two variables: - L2 flux/bkg ratio - Flare binary history (0=no flare, 1=flare) Splits labelled as "_24h" correspond to a time series length of 24h, while those labelled as "_12h" to a length of 12h.