CRAN
ipred 0.9-9
Improved Predictors
Released Apr 28, 2019 by Torsten Hothorn
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>
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.
- bagging-examples
- errorest-examples
- inbagg-examples
- inclass-examples
- ipred-bugs
- ipred-segfault
- ipred-smalltest
- ipredknn-examples
- kfoldcv-examples
- predict.bagging-examples
- predict.inbagg-examples
- predict.inclass-examples
- prune.bagging-examples
- rsurv-examples
- sbrier-examples
- slda-examples
- varset-examples