View source: R/ml_pipeline_utils.R
ml_stage | R Documentation |
Extraction of stages from a Pipeline or PipelineModel object.
ml_stage(x, stage)
ml_stages(x, stages = NULL)
x |
A |
stage |
The UID of a stage in the pipeline. |
stages |
The UIDs of stages in the pipeline as a character vector. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.