0
0
ML Pythonml~5 mins

Bias detection and mitigation in ML Python - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What is bias in machine learning?
Bias in machine learning means the model unfairly favors or disfavors certain groups or outcomes, often due to unbalanced or incomplete data.
Click to reveal answer
beginner
Name one common cause of bias in machine learning models.
One common cause is biased training data, where the data does not fairly represent all groups or scenarios.
Click to reveal answer
beginner
What is bias mitigation?
Bias mitigation means using methods to reduce or remove unfair bias from a machine learning model to make it more fair.
Click to reveal answer
intermediate
Give an example of a bias detection technique.
One example is measuring model performance separately for different groups to see if accuracy or errors differ significantly.
Click to reveal answer
intermediate
What is one way to mitigate bias during model training?
One way is to balance the training data by adding more examples from underrepresented groups.
Click to reveal answer
What does bias in a machine learning model usually indicate?
AThe model treats some groups unfairly
BThe model has perfect accuracy
CThe model runs faster
DThe model uses more data
Which of these is a common cause of bias?
ABalanced and diverse data
BIncreasing model layers
CUsing more computing power
DBiased or incomplete training data
What is bias mitigation?
AAdding more bias to the model
BReducing unfair bias in the model
CMaking the model slower
DIgnoring bias in data
How can you detect bias in a model?
ACheck if the model performs equally well for all groups
BOnly look at overall accuracy
CUse less data
DIgnore group differences
Which method helps mitigate bias during training?
ARemoving underrepresented groups from data
BUsing fewer features
CBalancing data with more examples from all groups
DTraining for fewer epochs
Explain what bias in machine learning is and why it matters.
Think about how unfair treatment can happen in predictions.
You got /3 concepts.
    Describe two ways to detect and two ways to mitigate bias in a model.
    Consider both checking the model and changing data or training.
    You got /4 concepts.