OpenML (version 1.12)

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)

Value

[data.frame].

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.

See Also

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

Examples

Run this code
# \dontrun{
#   listOMLEstimationProcedures()
# }

Run the code above in your browser using DataLab