Nothing
#' @title Print methods
#' @param x [`ppred_model`]: An object of class `ppred_model`.
#' @param ... Additional Arguments.
#' @return prints a Transformer model from a list returned by `create_model()`.
#'
#' @export
print.ppred_model <- function(x, ...) {
print(x$model)
}
#' @export
print.remaining_trace2_model <- function(x, ...) {
print(x$model)
}
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.