COMPUTER SCIENCE AND ENGINEERING
MACHINE LEARNING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
FN
|
|
TP
|
|
TN
|
|
FP
|
Detailed explanation-1: -true negative is 0% whereas true positive is 100% correctly classified.
Detailed explanation-2: -Your logistic classification is only prediction one class (in this case class 0) and is not respecting any other outcome at all.
Detailed explanation-3: -A Type I error can also be considered a false positive, as you are falsely claiming that there is a statistically significant difference between the variables at hand when there, in fact, is not. A Type II error, on the contrary, occurs when you fail to reject the null hypothesis when you should have.
Detailed explanation-4: -False-positive(FP): FP is incorrect positive prediction means that the actual value was negative but the model predicted a positive value. It is also known as the Type 1 error.