Documentation of the function

This commit is contained in:
El Potaeto 2014-12-28 11:33:14 +01:00
parent 84fb89af70
commit 99af2c8ffd

View File

@ -1,7 +1,10 @@
#' Show importance of features in a model
#'
#' Read a xgboost model in text file format. Return a data.table of the features with their weight.
#' Read a xgboost model in text file format.
#' Can be tree or linear model (text dump of linear model are only supported in dev version of Xgboost for now).
#'
#' Return a data.table of the features with their weight.
#' #'
#' @importFrom data.table data.table
#' @importFrom magrittr %>%
#' @importFrom data.table :=