Question 6¶
Q6a¶
Your predictor should have 0 false positives and 1,918 false negatives.
Q6b¶
Your predictor should have an accuracy close to 0.7447 and a recall of 0.
Q6d¶
Your predictor should have a precision close to 0.6422, a recall close to 0.1142, and a false positive rate of 0.0218.
Q6e¶
Your expression should check if the number of false positives is strictly less than the number of false negatives.