sparklyr (version 0.3.6)

ml_options: Provide Options for Spark.ML Routines

Description

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.