ml_options
From sparklyr v0.3.6
by Javier Luraschi
Provide Options for Spark.ML Routines
Provide Options for Spark.ML Routines
Usage
ml_options(feature.col = NULL, only.model = NULL, ...)
Arguments
- feature.col
- The name to assign to the feature column.
- only.model
- Boolean; should the Spark model object itself be returned
without fitting the actual model? Useful for
ml_one_vs_rest
. - ...
- Optional arguments, reserved for future expansion.
Community examples
Looks like there are no examples yet.