R/package.R

#' EIX package
#'
#' Structure mining from 'XGBoost' and 'LightGBM' models.
#' Key functionalities of this package cover: visualisation of tree-based ensembles models,
#' identification of interactions, measuring of variable importance,
#' measuring of interaction importance, explanation of single prediction
#' with break down plots (based on 'xgboostExplainer' and 'iBreakDown' packages).
#' To download the 'LightGBM' use the following link: <https://github.com/Microsoft/LightGBM>.
#' EIX' is a part of the 'DrWhy.AI' universe.
#' @import MASS
#' @import tidyr
#'
#' @name EIX-package
NULL

Try the EIX package in your browser

Any scripts or data that you put into this service are public.

EIX documentation built on March 23, 2021, 9:06 a.m.