Description Usage Arguments Value
For each simulated dataset, calculate predictive accuracy on validation set
1 2 3 4 5 6 7 8 9 10 | .classification_performance(
index,
classifier,
train_x_list,
train_y_list,
valid_x,
valid_y,
top_K,
tunegrid
)
|
index |
protein abundance data for one protein. |
classifier |
A character string with the name of the classifier to be used |
A list with (1) predictive accuracy on validation set and (2) the important features
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.