Description Usage Arguments Value Note See Also
This function returns information on all OpenML runs that match certain
task.id(s), run.id(s), flow ID flow.id and/or
uploader.id(s). Alternatively the function can be passed a single
tag to list only runs with the corresponding tag associated.
1 2 3 |
task.id |
[ |
flow.id |
[ |
run.id |
[ |
uploader.id |
[ |
tag |
[ |
limit |
[ |
offset |
[ |
verbosity |
[ |
[data.frame].
This function is memoised. I.e., if you call this function twice in a running R session,
the first call will query the server and store the results in memory while the second and all subsequent calls will return
the cached results from the first call.
You can reset the cache by calling forget on the function manually.
Other listing functions: listOMLDataSetQualities,
listOMLDataSets,
listOMLEstimationProcedures,
listOMLEvaluationMeasures,
listOMLSetup,
listOMLTaskTypes,
listOMLTasks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.