Which metric helps determine how well a data point fits its cluster?
Blog
The gray top tube is most often used for which test?
The gray top tube is most often used for which test?
The Apriori algorithm is based on which key property?
The Apriori algorithm is based on which key property?
I am allowed to work with classmates on weekly assignments.
I am allowed to work with classmates on weekly assignments.
Describe a scenario where PCA might not be a good choice for…
Describe a scenario where PCA might not be a good choice for dimension reduction. What limitation of PCA does your example highlight?
What does a histogram visualize?
What does a histogram visualize?
In outlier detection, what is the trade-off between detectin…
In outlier detection, what is the trade-off between detecting true anomalies and avoiding false positives? Describe one strategy to balance this trade-off.
Which of the following 3-itemsets would be invalid under Apr…
Which of the following 3-itemsets would be invalid under Apriori, given that {M, E}, {E, P}, and {M, P} are frequent 2-itemsets?
Suppose you trained a classifier with 95% accuracy, but it p…
Suppose you trained a classifier with 95% accuracy, but it performs poorly on new data. What could be the cause, and how would you address it?
You are given frequent 2-itemsets: {Bread, Milk}, {Bread, Eg…
You are given frequent 2-itemsets: {Bread, Milk}, {Bread, Eggs}, and {Milk, Eggs}. Based on the Apriori algorithm, which 3-itemset would be generated and why?