CT-AI · Question #70
Which ONE of the below is NOT likely to cause a data quality issue affecting a single ML model?
The correct answer is C. Incorrect weights. Incorrect weights refer to parameters within a trained model and are not typically considered a data quality issue. Data quality issues usually arise from the input data itself, such as security issues, hardware issues, or faulty sensors, which can lead to incorrect or missing…
Question
Which ONE of the below is NOT likely to cause a data quality issue affecting a single ML model?
Options
- ASecurity issues
- BHardware issues
- CIncorrect weights
- DFaulty sensors
How the community answered
(37 responses)- A8% (3)
- B16% (6)
- C73% (27)
- D3% (1)
Explanation
Incorrect weights refer to parameters within a trained model and are not typically considered a data quality issue. Data quality issues usually arise from the input data itself, such as security issues, hardware issues, or faulty sensors, which can lead to incorrect or missing data. Incorrect weights are a problem during the model training or fine-tuning phase, not directly related to data
Topics
Community Discussion
No community discussion yet for this question.