#' create ML report
#' @description create automatically report model
#' @author Farid Azouaou
#' @param ml_model
#' @param target_output
#' @export
#'
SA_ml_report_main <- function(ml_model = NULL){
ml_report <- report::report(ml_model)
return(ml_report)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.