| predictions {modelimpact} | R Documentation | 
Predictions from a customer churn model.
Description
A dataset containing 2145 observations with four columns specifying predicted probabilities and predicted and actual class.
Usage
predictions
Format
A data frame with 2145 rows and 4 variables:
- predict
- Predicted class 
- No
- Predicted probability of class 'No' 
- Yes
- Predicted probability of class 'Yes' 
- Churn
- Actual class 
...
[Package modelimpact version 1.0.0 Index]