
Share a flow by uploading it to the OpenML server.
uploadOMLFlow(x, tags = NULL, verbosity = NULL, confirm.upload = NULL,
sourcefile = NULL, binaryfile = NULL)
[character
]
The tags that should be added after uploading.
[integer(1)
]
Print verbose output on console? Possible values are:
0
: normal output,
1
: info output,
2
: debug output.
Default is set via setOMLConfig
.
[logical(1)
]
Should the user be asked to confirm the upload?
Default is the setting from your config.
[character(1)
]
The file path to the flow (not needed for Learner
).
[character(1)
]
The file path to the flow (not needed for Learner
).
[invisible(numeric)
].
The ID of the flow (flow.id
).
Other uploading functions: uploadOMLDataSet
,
uploadOMLRun