ml_stage {sparklyr} | R Documentation |
Spark ML – Pipeline stage extraction
Description
Extraction of stages from a Pipeline or PipelineModel object.
Usage
ml_stage(x, stage)
ml_stages(x, stages = NULL)
Arguments
x |
A |
stage |
The UID of a stage in the pipeline. |
stages |
The UIDs of stages in the pipeline as a character vector. |
Value
For ml_stage()
: The stage specified.
For ml_stages()
: A list of stages. If stages
is not set, the function returns all stages of the pipeline in a list.
[Package sparklyr version 1.8.6 Index]