View source: R/mod_l_regression_utils.R
disp_models | R Documentation |
this function generates the call code of the scatter function.
disp_models(prediction, model_name, var_pred)
prediction |
the name of the prediction object. |
model_name |
the name of the model. |
var_pred |
the name of the variable to be predicted. |
disp_models("prediction.knn", "KNN", "Species")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.