R/probs_classif.R
extract_probabilities.RdExtract probability predictions from any R model in a standardised format
extract_probabilities(model, X, y_train = NULL, verbose = FALSE)Numeric matrix of shape n_samples x n_classes with column names
as class labels. Attributes extraction_method and
model_class record how predictions were obtained.