Merge pull request #155 from pommedeterresautee/master

fix mermaid + change in description + new plot importance feature function + fix bug in CV function + add 1 Vignette
This commit is contained in:
Tong He
2015-02-01 14:12:43 -08:00
27 changed files with 597 additions and 40 deletions

View File

@@ -3,7 +3,7 @@ Type: Package
Title: eXtreme Gradient Boosting
Version: 0.3-3
Date: 2014-12-28
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>
Author: Tianqi Chen <tianqi.tchen@gmail.com>, Tong He <hetong007@gmail.com>, Michaël Benesty <michael@benesty.fr>
Maintainer: Tong He <hetong007@gmail.com>
Description: This package is a R wrapper of xgboost, which is short for eXtreme
Gradient Boosting. It is an efficient and scalable implementation of
@@ -26,5 +26,7 @@ Imports:
methods,
data.table (>= 1.9.4),
magrittr (>= 1.5),
stringr,
DiagrammeR
stringr (>= 0.6.2),
DiagrammeR (>= 0.4),
ggplot2 (>= 1.0.0),
Ckmeans.1d.dp (>= 3.02)