CT-AI · Question #12
Which ONE of the following models BEST describes a way to model defect prediction by looking at the history of bugs in modules by using code quality metrics of modules of historical versions as input?
The correct answer is D. Using a classification model to predict the presence of a defect by using code quality metrics as. Option D specifies using a classification model to predict the presence of defects by using code quality metrics as input data. This accurately describes the process of defect prediction using historical bug data and quality metrics.
Question
Which ONE of the following models BEST describes a way to model defect prediction by looking at the history of bugs in modules by using code quality metrics of modules of historical versions as input?
Options
- AIdentifying the relationship between developers and the modules developed by them.
- BSearch of similar code based on natural language processing.
- CClustering of similar code modules to predict based on similarity.
- DUsing a classification model to predict the presence of a defect by using code quality metrics as
How the community answered
(18 responses)- A11% (2)
- C6% (1)
- D83% (15)
Explanation
Option D specifies using a classification model to predict the presence of defects by using code quality metrics as input data. This accurately describes the process of defect prediction using historical bug data and quality metrics.
Topics
Community Discussion
No community discussion yet for this question.