| Exam Code/Number: | E20-007Join the discussion |
| Exam Name: | Data Science and Big Data Analytics |
| Certification: | EMC |
| Question Number: | 165 |
| Publish Date: | Aug 18, 2026 |
|
Rating
100%
|
|
In data visualization, which type of chart is recommended to represent frequency data?
Review the following code:
SELECT pn, vn, sum(prc*qty)
FROM sale
GROUP BY CUBE(pn, vn)
ORDER BY 1, 2, 3;
Which combination of subtotals do you expect to be returned by the query?
You are building a logistic regression model to predict whether a tax filer will be audited within the next two years. Your training set population is 1000 filers. The audit rate in your training data is 4.2%. What is the sum of the probabilities that the model assigns to all the filers in your training set that have been audited?
Refer to the exhibit.
You have scored your Naive bayesian classifier model on a hold out test data for cross validation and determined the way the samples scored and tabluated them as shown in the exhibit.
What are the Precision and Recall rate of the model?
A data scientist plans to classify the sentiment polarity of 10, 000 product reviews collected from the Internet. What is the most appropriate model to use? Suppose labeled training data is available.