score_matrix: Calculate predictive power score matrix Iterates through the...

Description Usage Arguments Value Examples

View source: R/score.R

Description

Note that the targets are on the rows, and the features on the columns.

Usage

1

Arguments

df

data.frame containing columns for x and y

...

any arguments passed to score_df, some of which will be passed on to score

Value

a matrix of numeric values, representing predictive power scores

Examples

1
2
score_matrix(iris)
score_matrix(mtcars, do_parallel = TRUE, n_cores=2)

ppsr documentation built on March 2, 2021, 5:06 p.m.