You build a decision tree to classify five different types of customers based on their browsing history from a sample of 500. The resulting decision tree has 17 layers. One of the leaf nodes has only three customers.
What do you conclude?
Consider this SQL statement: SELECT product, avg(prod_cost) FROM product_detail GROUP BY product. The GROUP BY clause implies what type of function?
You have the data from a popular e-commerce website. You are exploring the time spent (in seconds) on the website by 100,000 customers across 14 different product categories.
What visualization can be used to represent the relationship between time spent and product category?
Which analytic technique would be appropriate to estimate home sale price in U.S. dollars as a function of square footage, number of bedrooms, and lot size?
Which phase of the data analytic lifecycle includes conducting project sponsor interviews and drafting a problem statement?
How should project results be communicated to executives and the project sponsor?
Which component of a final presentation provides a succinct overview of the business situation that was the impetus to initiate the project?
When should you consider using multinomial logistic regression over binary logistic regression?