Skip to content

Commit

Permalink
update DESCRIPTIOn
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkdaniel committed Sep 2, 2018
1 parent 00ccdd2 commit 9b4aecc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@ Authors@R: c(
person(given = "Janek", family = "Thomas", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0003-4511-6245")),
person(given = "Bernd", family = "Bischl", email = "[email protected]", role = "aut", comment = c(ORCID = "0000-0001-6002-6980")))
Maintainer: Daniel Schalk <[email protected]>
Description: A C++ implementation of component-wise boosting. The idea is to
patch all components that are implemented as class together. This
gives the user maximal flexibility. In addition, the main classes can be
extended with custom functions using R or C++. Using custom R functions will
slow down the whole algorithm. Nevertheless, it is possible to do some
prototyping within R for custom base-learner and implement then in C++
without recompiling the whole package.
Description: C++ implementation of component-wise boosting implementation of component-wise
boosting written in C++ to obtain high runtime performance and full memory control. The main
idea is to provide a modular class system which can be extended without editing the source code.
Therefore, it is possible to use R functions as well as C++ functions for custom base-learners,
losses, logging mechanisms or stopping criteria.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Expand Down

0 comments on commit 9b4aecc

Please sign in to comment.