ml_standardize_formula
From sparklyr v1.0.4
by Javier Luraschi
Standardize Formula Input for `ml_model`
Generates a formula string from user inputs, to be used in `ml_model` constructor.
- Keywords
- internal
Usage
ml_standardize_formula(formula = NULL, response = NULL,
features = NULL)
Arguments
- formula
The `formula` argument.
- response
The `response` argument.
- features
The `features` argument.
Community examples
Looks like there are no examples yet.