OpenML (version 1.7)

listOMLEstimationProcedures: List available estimation procedures.

Description

The returned data.frame contains the est.id and the corresponding name of the estimation procedure.

Usage

listOMLEstimationProcedures(verbosity = NULL)

Arguments

verbosity

[integer(1)] Print verbose output on console? Possible values are: 0: normal output, 1: info output, 2: debug output. Default is set via setOMLConfig.

Value

[data.frame].

See Also

Other listing functions: chunkOMLlist, listOMLDataSetQualities, listOMLDataSets, listOMLEvaluationMeasures, listOMLFlows, listOMLRuns, listOMLSetup, listOMLStudies, listOMLTaskTypes, listOMLTasks

Examples

Run this code
# NOT RUN {
  listOMLEstimationProcedures()
# }

Run the code above in your browser using DataCamp Workspace