openml.evaluations
.OpenMLEvaluation¶
- class openml.evaluations.OpenMLEvaluation(run_id, task_id, setup_id, flow_id, flow_name, data_id, data_name, function, upload_time, uploader: int, uploader_name: str, value, values, array_data=None)¶
Contains all meta-information about a run / evaluation combination, according to the evaluation/list function
- Parameters:
- run_idint
Refers to the run.
- task_idint
Refers to the task.
- setup_idint
Refers to the setup.
- flow_idint
Refers to the flow.
- flow_namestr
Name of the referred flow.
- data_idint
Refers to the dataset.
- data_namestr
The name of the dataset.
- functionstr
The evaluation metric of this item (e.g., accuracy).
- upload_timestr
The time of evaluation.
- uploader: int
Uploader ID (user ID)
- upload_namestr
Name of the uploader of this evaluation
- valuefloat
The value (score) of this evaluation.
- valuesList[float]
The values (scores) per repeat and fold (if requested)
- array_datastr
list of information per class. (e.g., in case of precision, auroc, recall)