Nothing
new_ml_model_multilayer_perceptron_classification <- function(
pipeline_model,
formula,
dataset,
label_col,
features_col,
predicted_label_col
) {
new_ml_model_classification(
pipeline_model,
formula,
dataset = dataset,
label_col = label_col,
features_col = features_col,
predicted_label_col = predicted_label_col,
class = "ml_model_multilayer_perceptron_classification"
)
}
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.