The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
The author thanks Julien Trufin and Michel Denuit for their support during the project.
The idea behind (A)BT is akin to the Gradient Boosting Methods. This
package is therefore inspired by the gbm3
one, originally
written by Greg Ridgeway
greg.ridgeway@gmail.com
(for more details, please refer to the following url). Some of the
developed codes are then pretty similar.
This package is based on the original idea proposed by M. Denuit, D. Hainaut and J. Trufin. We refer the user to the following books and articles:
This package has been written and is currently maintained by Gireg Willame gireg.willame@gmail.com. All remarks/suggestions/improvements are warmly welcome.
Non-production releases (bug fixes, mostly) will be released via the
GitHub release workflow. To install from GitHub, first install
devtools
from CRAN:
install.packages("devtools")
Then install the BT
package from GitHub:
library("devtools")
install_github("GiregWillame/BT")
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.