CRAN

Modelcharts 0.1.0

Classification Model Charts

Released Mar 13, 2018 by Krishna Harsha K H

This package can be loaded by Renjin but all tests failed.

Dependencies

plotly 4.7.1 dplyr 0.7.4

Provides two important functions for producing Gain chart and Lift chart for any classification model.

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>Modelcharts</artifactId>
    <version>0.1.0-b3</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:Modelcharts')

Test Results

This package was last tested against Renjin 0.9.2625 on Apr 9, 2018.

Source

R

View GitHub Mirror

Release History