Learn R Programming

Installation

To install the package, run:

devtools::install_github("ct364/conformalpvalue")

To use the function "naive_bayes_with_conformal_pvalues", use

# Train data with target variable "y"
# Calibration data with target variable "y"
# Test data without target variable "y"

result <- conformal_pvalues(train_data, calib_data, test_data, "y",method="naiveBayes")

This returns a matrix of conformal p-values.

Copy Link

Version

Install

install.packages('conformalpvalue')

Monthly Downloads

168

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Chhavi Tyagi

Last Published

October 5th, 2023

Functions in conformalpvalue (0.1.0)

conformal_pvalues

Conformal P-values Calculation