CRAN

mboost 2.9-1

Model-Based Boosting

Released Aug 22, 2018 by Benjamin Hofner

This package can be loaded by Renjin but 9 out 13 tests failed.

Dependencies

nnls 1.4 survival 2.42-6 Matrix 1.2-14 quadprog 1.5-5 lattice 0.20-35 partykit 1.2-2 stabs 0.6-3

Functional gradient descent algorithm (boosting) for optimizing general risk functions utilizing component-wise (penalised) least squares estimates or regression trees as base-learners for fitting generalized linear, additive and interaction models to potentially high-dimensional data.

Installation

Maven

This package can be included as a dependency from a Java or Scala project by including the following your project's pom.xml file. Read more about embedding Renjin in JVM-based projects.

<dependencies>
  <dependency>
    <groupId>org.renjin.cran</groupId>
    <artifactId>mboost</artifactId>
    <version>2.9-1-b2</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:mboost')

Test Results

This package was last tested against Renjin 0.9.2687 on Aug 25, 2018.