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:
|
task_type_id
|
Assosiated task type
TYPE:
|
name
|
Name of estimation procedure
TYPE:
|
type
|
Type of estimation procedure
TYPE:
|