You are building a logistic regression model to predict whether a tax filer will be audited within the next two years. Your training set population is 1000 filers. The audit rate in your training data is 4.2%. What is the sum of the probabilities that the model assigns to all the filers in your training set that have been audited?

A.
42.0
B.
4.2
C.
0.42
D.
0.042
Wrong answer. It should be 0.042 or 4.2%
0
0
sum of the probabilities is at most 1, so it cannot be 42 ans 4.2. 1000 is a just a simple size and it could 1001. Jay is correct the answer is 0.042.
0
0
I think 42 is right. Cause the question is What is the sum of the probabilities that the model assigns to all the filers.
for each filers, the probability is 0.042, so the 1000 filers sum will have 42.
0
0