Nothing
Code
class(ft_standard_scaler(sc))
Output
[1] "ml_connect_estimator" "ml_estimator" "ml_pipeline_stage"
Code
cap_out[c(1, 3:4)]
Output
[1] "Pipeline (Estimator) with 1 stage" " Stages "
[3] " |--1 StandardScaler (HasInputCol)"
Code
class(ft_max_abs_scaler(sc))
Output
[1] "ml_connect_estimator" "ml_estimator" "ml_pipeline_stage"
tbl_spark
Code
colnames(scale)
Output
[1] "mpg" "cyl" "disp" "hp"
[5] "drat" "wt" "qsec" "vs"
[9] "am" "gear" "carb" "scaled_features"
Code
cap_out[c(1, 3:4)]
Output
[1] "Pipeline (Estimator) with 1 stage" " Stages "
[3] " |--1 MaxAbsScaler (HasInputCol)"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.