convertMlrLearnerToOMLFlow function

Converts an OMLFlow to an mlr learner.

Converts an OMLFlow to an mlr learner.

Creates an OMLFlow for an mlr Learner] Required if you want to upload an mlr learner to the OpenML server.

convertMlrLearnerToOMLFlow( lrn, name = paste0("mlr.", lrn$id), description = NULL, ... )

Arguments

  • lrn: [Learner]

    The mlr learner.

  • name: [character(1)]

    The name of the flow object. Default is the learner ID with the prefix mlr prepended.

  • description: [character(1)]

    An optional description of the learner. Default is a short specification of the learner and the associated package.

  • ...: [any]

    Further optional parameters that are passed to makeOMLFlow.

Returns

[OMLFlow].

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