#' Train a model
#'
#' Trains a model using the input DatasetExperiment
#' @param M a model object
#' @param D a DatasetExperiment object
#' @return Returns a modified model object
#' @examples
#' M = example_model()
#' M = model_train(M,iris_DatasetExperiment())
#' @name model_train
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.