DaniFrame commited on
Commit
2dccd19
·
verified ·
1 Parent(s): b6af310

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1193,6 +1193,8 @@ modalities:
1193
 
1194
  AFRLA - Instance Level Results is a collection of predictions at the instance level for eleven different regression tasks tested on 255 different tree-based models. The aim of this dataset is to provide example-level results to train assessor models to predict performance of the tree-based models.
1195
 
 
 
1196
  The dataset presents eleven sections (one per regression task), with varying degrees of performance, difficulty and characteristics from the original tasks. Every one of the 255 models was trained on a subset of the dataset used for every task, and the result shown here are the test (never-before-seen by the models) predictions. Each subset has:
1197
 
1198
  - An **instance identifier** indicating the instance nº from the test set. This is just an identifier and it is not usually employed for training assessors, although in some occasions it may be useful.
@@ -1203,3 +1205,25 @@ The dataset presents eleven sections (one per regression task), with varying deg
1203
  - Profiling metrics such as training time, inference time or memory usage
1204
 
1205
  These metrics are not recorded per example, but rather per model (that is, if the inference time is 1.2 ms, the model predicted *the entirety* of the test dataset in that time, instead of just that example), and are then casted for each example. As such, they fully describre a model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1193
 
1194
  AFRLA - Instance Level Results is a collection of predictions at the instance level for eleven different regression tasks tested on 255 different tree-based models. The aim of this dataset is to provide example-level results to train assessor models to predict performance of the tree-based models.
1195
 
1196
+ ## The dataset
1197
+
1198
  The dataset presents eleven sections (one per regression task), with varying degrees of performance, difficulty and characteristics from the original tasks. Every one of the 255 models was trained on a subset of the dataset used for every task, and the result shown here are the test (never-before-seen by the models) predictions. Each subset has:
1199
 
1200
  - An **instance identifier** indicating the instance nº from the test set. This is just an identifier and it is not usually employed for training assessors, although in some occasions it may be useful.
 
1205
  - Profiling metrics such as training time, inference time or memory usage
1206
 
1207
  These metrics are not recorded per example, but rather per model (that is, if the inference time is 1.2 ms, the model predicted *the entirety* of the test dataset in that time, instead of just that example), and are then casted for each example. As such, they fully describre a model.
1208
+
1209
+ ## Partitions and versions
1210
+
1211
+ The sections are already partitioned into a predefined train-validation-test split for training assessors. Assessors need a particular kind of partitioning (mainly stratified by instance identifier to avoid contamination), so that's why the subset are given.
1212
+
1213
+ The **main** branch contains the unaltered datasets, keeping the original values of the task and model characteristics, whereas the **normalised** branch contains the datasets properly normalised.
1214
+
1215
+ ## Original tasks
1216
+
1217
+ | **Dataset** | **#Feat.** | **#Inst.** | **Cat.** | **Num.** | **Domain** |
1218
+ |--------------------------------------|------------|------------|----------|----------|------------|
1219
+ | Abalone | 8 | 4177 | Yes | Yes | Biology |
1220
+ | Auction Verification | 8 | 2043 | Yes | Yes | Commerce |
1221
+ | BGN EchoMonts | 10 | 17496 | Yes | Yes | Health |
1222
+ | California Housing | 8 | 20640 | Yes | Yes | Real State |
1223
+ | Infrared Thermography Temperature | 33 | 1020 | Yes | Yes | Health |
1224
+ | Life Expectancy | 21 | 2938 | Yes | Yes | Health |
1225
+ | Music Popularity | 14 | 43597 | Yes | Yes | Music |
1226
+ | Parkinsons Telemonitoring (*motor*) | 20 | 5875 | No | Yes | Health |
1227
+ | Parkinsons Telemonitoring (*total*) | 20 | 5875 | No | Yes | Health |
1228
+ | Software Cost Estimation | 6 | 145 | Yes | Yes | Projects |
1229
+