Nothing
#' Model prediction
#'
#' Apply a model using the input DatasetExperiment. Assumes the model is trained
#' first.
#' @param M a model object
#' @param D a DatasetExperiment object
#' @return Returns a modified model object
#' @examples
#' M = example_model()
#' M = model_predict(M,iris_DatasetExperiment())
#' @name model_predict
NULL
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.