Creates new variables containing predicted probabilities of each response from a machine learning model or ensemble.
Example
A table of probabilities of a binary outcome variable.
Technical details
Uses the Probabilities method from the R package flipData. Unlike the defaults in most R packages, this implementation assigns probabilities for observations not in the estimation sample.
Next
Displayr: How to Save Probabilities of Each Response from a Machine Learning Model
Q: Machine Learning Save Variables Probabilities of Each Response