The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.