R/SA_ML_reporting.R

Defines functions SA_ml_report_main

Documented in SA_ml_report_main

#' 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)
}
fairanalytics/SaldaeML documentation built on Jan. 17, 2022, 12:05 p.m.