powered by
this function generates the call code of the scatter function.
disp_models(prediction, model_name, var_pred, data = "datos.prueba")
the name of the prediction object.
the name of the model.
the name of the variable to be predicted.
the name of the current data.
# NOT RUN { disp_models("prediction.knn", "KNN", "Species") # }
Run the code above in your browser using DataLab