uploadOMLFlow: Upload an OpenML.

View source: R/uploadOMLFlow.R

uploadOMLFlowR Documentation

Upload an OpenML.

Description

Share a flow by uploading it to the OpenML server.

Usage

uploadOMLFlow(
  x,
  tags = NULL,
  verbosity = NULL,
  confirm.upload = NULL,
  sourcefile = NULL,
  binaryfile = NULL
)

Arguments

x

[OMLFlow|Learner]
The flow that should be uploaded.

tags

[character]
The tags that should be added after uploading.

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.

confirm.upload

[logical(1)]
Should the user be asked to confirm the upload? Default is the setting from your config.

sourcefile

[character(1)]
The file path to the flow (not needed for Learner).

binaryfile

[character(1)]
The file path to the flow (not needed for Learner).

Value

[invisible(numeric)]. The ID of the flow (flow.id).

Note

This function will reset the cache of listOMLFlows on success.

See Also

Other uploading functions: makeOMLStudy(), uploadOMLDataSet(), uploadOMLRun(), uploadOMLStudy()


openml/openml-r documentation built on Oct. 21, 2022, 2:16 a.m.