Create a test-train rsplit object of mlc_churn using initial_split(). Use the arguments to set the proportions of the training data to be 80%. Stratify the sampling according to the churn variable.
Repeat the above steps, but create 10 bootstraps instead. What does the different results mean?