View source: R/model_selection.R
Loglikelihood from classifier
1 2 | classifier_loglikelihood(y_train, predictions, y_test = y_train,
oob = F)
|
y_train |
training labels |
predictions |
matrix of predicted class probabilities |
y_test |
test labels |
oob |
boolean whether predictions are oob |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.