0
0
GraphQLquery~5 mins

Error classification in GraphQL - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is error classification in data science?
Error classification is the process of identifying and categorizing different types of errors that occur in data analysis or machine learning models, such as false positives, false negatives, or misclassifications.
Click to reveal answer
beginner
What is a false positive error?
A false positive error happens when a model incorrectly predicts a positive outcome for a case that is actually negative. For example, a spam filter marking a normal email as spam.
Click to reveal answer
beginner
What is a false negative error?
A false negative error happens when a model incorrectly predicts a negative outcome for a case that is actually positive. For example, a medical test missing a disease that is present.
Click to reveal answer
intermediate
Why is it important to classify errors in machine learning?
Classifying errors helps us understand where a model makes mistakes, so we can improve it. It also helps us decide which errors are more costly and need more attention.
Click to reveal answer
intermediate
What is the difference between accuracy and error classification?
Accuracy measures how often a model is correct overall, while error classification breaks down the types of mistakes the model makes, like false positives and false negatives.
Click to reveal answer
Which of the following is a false positive error?
APredicting normal for a spam email
BPredicting spam for a normal email
CPredicting disease when no disease is present
DPredicting no disease when disease is present
What does a false negative error mean?
AModel predicts negative but actual is positive
BModel predicts positive but actual is negative
CModel predicts positive and actual is positive
DModel predicts negative and actual is negative
Why do we classify errors in machine learning?
ATo understand and improve model performance
BTo ignore mistakes
CTo increase the number of errors
DTo make the model slower
Which error type is more critical in a medical diagnosis model?
AFalse positive
BFalse negative
CTrue positive
DTrue negative
Accuracy tells us:
AOnly false positives
BTypes of errors the model makes
CHow often the model is correct overall
DOnly false negatives
Explain the difference between false positive and false negative errors with simple examples.
Think about spam emails and medical tests.
You got /3 concepts.
    Why is error classification important when evaluating a machine learning model?
    Consider how different errors affect decisions.
    You got /3 concepts.