CRAN

ipred 0.9-9

Improved Predictors

Released Apr 28, 2019 by Torsten Hothorn

This package can be loaded by Renjin but 9 out 17 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

nnet 7.3-12 prodlim 2018.04.18 rpart 4.1-15 class 7.3-15 MASS 7.3-51.4 survival 2.44-1.1

Improved predictive models by indirect classification and bagging for classification, regression and survival problems as well as resampling based estimators of prediction error.

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>ipred</artifactId>
    <version>0.9-9-b1</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:ipred')

Test Results

This package was last tested against Renjin 0.9.2725 on May 4, 2019.