Machine Learning Operations Flashcards

1
Q

Data Privacy and Security

A

With machine learning models often relying on large amounts of data, ensuring the privacy and security of this data is a major risk management concern. This involves encrypting sensitive data, anonymizing personal data, and complying with data protection regulations like GDPR.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Model Performance

A

The performance of machine learning models can degrade over time if the data they’re trained on becomes outdated. It’s necessary to monitor model performance continuously and retrain the model with fresh data as needed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Data Drift

A

This occurs when the statistical properties of the model’s input data change over time, leading to a decline in model performance. Monitoring systems should be put in place to detect data drift and trigger model retraining or adjustment.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fairness and Bias

A

Machine learning models can inadvertently perpetuate or amplify biases present in their training data. Techniques such as fairness testing, bias audits, and interpretable machine learning can help manage these risks.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Explainability and Transparency

A

Especially in regulated industries, models often need to be explainable - i.e., their predictions need to be interpretable by humans. Managing this risk can involve using more interpretable models or techniques, or employing methods for post-hoc explanation of complex models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Operational Risks

A

These include risks related to the deployment and operation of machine learning models, such as the risk of system failures, the scalability of models, and the management of model versions and dependencies.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Compliance Risks

A

Depending on the industry, machine learning models may need to comply with specific regulations. This can involve ensuring data privacy, meeting standards for explainability and fairness, and maintaining proper documentation of models and their decisions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reproducibility

A

It’s crucial for the development and debugging process to ensure that model training and prediction processes can be reproduced. This requires careful management of data, code, model parameters, and environment configurations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly