Machine Learning - Save Variable(s) - Probabilities of Each Response
Jump to navigation
Jump to search
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.
Code
▶ Show Code