score_matrix | R Documentation |
x
and y
.Note that the targets are on the rows, and the features on the columns.
score_matrix(df, ...)
df |
data.frame containing columns for x and y |
... |
any arguments passed to |
a matrix of numeric values, representing predictive power scores
score_matrix(iris)
score_matrix(mtcars, do_parallel = TRUE, n_cores=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.