README.md

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.



Try the conformalpvalue package in your browser

Any scripts or data that you put into this service are public.

conformalpvalue documentation built on Oct. 5, 2023, 5:06 p.m.