R/ppsr.R

#' ppsr: An R implementation of the Predictive Power Score (PPS)
#'
#' The PPS is an asymmetric, data-type-agnostic score that can detect linear or
#' non-linear relationships between two columns. The score ranges from 0
#' (no predictive power) to 1 (perfect predictive power). It can be used as an
#' alternative to the correlation (matrix).
#'
#' @docType package
#' @name ppsr
#' @aliases ppsr-package
NULL

Try the ppsr package in your browser

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

ppsr documentation built on June 22, 2024, 7:15 p.m.