powered by
churn contains three variables: the churn predictions (probabilities) of two models, and observed churn
churn
data(churn)
A data frame with 1302 observations, and 3 variables: predictions, predictions2, churn.
predictions
predictions2
Ballings, M., Van den Poel, D., Threshold Independent Performance Measures for Probabilistic Classifcation Algorithms, Forthcoming.
# NOT RUN { data(churn) str(churn) # }
Run the code above in your browser using DataLab