Skip to content

estimation_procedure

openml.estimation_procedures.estimation_procedure #

OpenMLEstimationProcedure dataclass #

OpenMLEstimationProcedure(id: int, task_type_id: TaskType, name: str, type: str)

Contains all meta-information about a run / evaluation combination, according to the evaluation/list function

PARAMETER DESCRIPTION
id

ID of estimation procedure

TYPE: int

task_type_id

Assosiated task type

TYPE: TaskType

name

Name of estimation procedure

TYPE: str

type

Type of estimation procedure

TYPE: str