Learn R Programming

applicable

Introduction

There are times when a model’s prediction should be taken with some skepticism. For example, if a new data point is substantially different from the training set, its predicted value may be suspect. In chemistry, it is not uncommon to create an “applicability domain” model that measures the amount of potential extrapolation new samples have from the training set. applicable contains different methods to measure how much a new data point is an extrapolation from the original data (if at all).

Installation

You can install the released version of applicable from CRAN with:

install.packages("applicable")

Install the development version of applicable from GitHub with:

# install.packages("devtools")
devtools::install_github("tidymodels/applicable")

Vignettes

To learn about how to use applicable, check out the vignettes:

  • vignette("binary-data", "applicable"): Learn different methods to analyze binary data.

  • vignette("continuous-data", "applicable"): Learn different methods to analyze continuous data.

Contributing

This project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

Copy Link

Version

Install

install.packages('applicable')

Monthly Downloads

837

Version

0.1.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Marly Gotti

Last Published

August 20th, 2022

Functions in applicable (0.1.0)

score.apd_isolation

Predict from a apd_isolation
apd_similarity

Applicability domain methods using binary similarity analysis
applicable-package

applicable: A Compilation of Applicability Domain Methods
score.apd_hat_values

Score new samples using hat values
print.apd_similarity

Print number of predictors and principal components used.
print.apd_pca

Print number of predictors and principal components used.
score

A scoring function
print.apd_hat_values

Print number of predictors and principal components used.
score.apd_similarity

Score new samples using similarity methods
score.apd_pca

Predict from a apd_pca
autoplot.apd_similarity

Plot the cumulative distribution function for similarity metrics
okc_binary

OkCupid Binary Predictors
autoplot.apd_pca

Plot the distribution function for principal components
apd_hat_values

Fit a apd_hat_values
apd_isolation

Fit an isolation forest to estimate an applicability domain.
apd_pca

Fit a apd_pca
binary

Binary QSAR Data
ames_new

Recent Ames Iowa Houses