Learn R Programming

crisp (version 1.0.0)

Fits a Model that Partitions the Covariate Space into Blocks in a Data- Adaptive Way

Description

Implements convex regression with interpretable sharp partitions (CRISP), which considers the problem of predicting an outcome variable on the basis of two covariates, using an interpretable yet non-additive model. CRISP partitions the covariate space into blocks in a data-adaptive way, and fits a mean model within each block. Unlike other partitioning methods, CRISP is fit using a non-greedy approach by solving a convex optimization problem, resulting in low-variance fits. More details are provided in Petersen, A., Simon, N., and Witten, D. (2016). Convex Regression with Interpretable Sharp Partitions. Journal of Machine Learning Research, 17(94): 1-31 .

Copy Link

Version

Install

install.packages('crisp')

Monthly Downloads

176

Version

1.0.0

License

GPL (>= 2)

Maintainer

Last Published

January 5th, 2017

Functions in crisp (1.0.0)

crisp-package

crisp: A package for fitting a model that partitions the covariate space into blocks in a data-adaptive way.
sim.data

plot.sim.data

Plot Mean Model for Data.
plot

summary

predict

plot.cvError

crisp

Convex Regression with Interpretable Sharp Partitions (CRISP).
crispCV

CRISP with Tuning Parameter Selection via Cross-Validation.