as_prediction_data function

PredictionData

PredictionData

Convert object to a PredictionData or a list of PredictionData .

as_prediction_data(x, task, row_ids = task$row_ids, check = TRUE, ...) ## S3 method for class 'Prediction' as_prediction_data(x, task, row_ids = task$row_ids, check = TRUE, ...) ## S3 method for class 'PredictionData' as_prediction_data(x, task, row_ids = task$row_ids, check = TRUE, ...) ## S3 method for class 'list' as_prediction_data( x, task, row_ids = task$row_ids, check = TRUE, ..., train_task )

Arguments

  • x: (any)

    Object to convert.

  • task: (Task ).

  • row_ids: integer()

    Row indices.

  • check: (logical(1))

    Perform argument checks and type conversions?

  • ...: (any)

    Additional arguments.

  • train_task: (Task )

    Task used for training the learner.

Returns

PredictionData .