CRAN

quantregRanger 1.0

Quantile Regression Forests for 'ranger'

Released Dec 15, 2017 by Philipp Probst

This package can be loaded by Renjin but 1 out 3 tests failed.

Dependencies

Rcpp ranger 0.10.0

This is the implementation of quantile regression forests for the fast random forest package 'ranger'.

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>quantregRanger</artifactId>
    <version>1.0-b7</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:quantregRanger')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.

Source

R
C++

View GitHub Mirror

Release History