makeOMLStudy function

OMLStudy.

OMLStudy.

If you create a study through the website https://www.openml.org/new/study, you can also specify an alias which can be used to access the study. To see a full list of all elements, please see the documentation.

makeOMLStudy( alias, name, description, data.id = NULL, task.id = NULL, flow.id = NULL, run.id = NULL )

Arguments

  • alias: [character]

    The alias of the study.

  • name: [character]

    The name of the study.

  • description: [character]

    The description of the study.

  • data.id: [integer]

    A vector of IDs of the data sets to be included in the study.

  • task.id: [integer]

    A vector of IDs of the tasks to be included in the study.

  • flow.id: [integer]

    A vector of IDs of the flows to be included in the study.

  • run.id: [integer]

    A vector of IDs of the runs to be included in the study.

Returns

[OMLStudy].

See Also

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

  • Maintainer: Giuseppe Casalicchio
  • License: BSD_3_clause + file LICENSE
  • Last published: 2022-10-19