ml_pipeline | R Documentation |
Create Spark ML Pipelines
ml_pipeline(x, ..., uid = random_string("pipeline_"))
x |
Either a |
... |
|
uid |
A character string used to uniquely identify the ML estimator. |
When x
is a spark_connection
, ml_pipeline()
returns an empty pipeline object. When x
is a ml_pipeline_stage
, ml_pipeline()
returns an ml_pipeline
with the stages set to x
and any transformers or estimators given in ...
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.