Source: r-cran-xgboost
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Charles Plessy <plessy@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-matrix,
 r-cran-data.table,
 r-cran-jsonlite,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-xgboost
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-xgboost.git
Homepage: https://cran.r-project.org/package=xgboost

Package: r-cran-xgboost
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Extreme Gradient Boosting
 Extreme Gradient Boosting, which is an efficient implementation
 of the gradient boosting framework from Chen & Guestrin (2016)
 <doi:10.1145/2939672.2939785>. This package is its R interface. The package
 includes efficient linear model solver and tree learning algorithms. The
 package can automatically do parallel computation on a single machine which
 could be more than 10 times faster than existing gradient boosting packages.
 It supports various objective functions, including regression, classification
 and ranking. The package is made to be extensible, so that users are also
 allowed to define their own objectives easily.
