DaniFrame commited on
Commit
87f8da6
·
verified ·
1 Parent(s): be1b7da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -1204,7 +1204,7 @@ The dataset presents eleven sections (one per regression task), with varying deg
1204
  - Hyperparameters such as the maximum depth, number of estimators if applicable...
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
 
 
1204
  - Hyperparameters such as the maximum depth, number of estimators if applicable...
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