Nothing
#' fmeffects
#'
#' Computes forward marginal effects (FME) for arbitrary supervised machine learning models. You provide a model and data, and 'fmeffects' gives you feature effects.
"_PACKAGE"
#' @import R6
#' @import data.table
#' @importFrom cli cli_abort
#' @importFrom cowplot plot_grid
#' @importFrom ggparty ggparty
#' @importFrom ggplot2 ggplot
#' @importFrom partykit ctree
#' @importFrom testthat test_that
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.