Supervised Learning Models

16 questions. Use Show Answer, then slide right (or use Next) to continue.

Card 1 of 16
Question 1 What is supervised learning?
Question 2 What is the core idea behind a decision tree?
Question 3 What does purity mean in a decision tree leaf?
Question 4 What is a pure vs impure leaf?
Question 5 What is Gini impurity?
Question 6 What is entropy in decision trees?
Question 7 How does a decision tree choose splits and route observations?
Question 8 Why do decision trees tend to overfit?
Question 9 What are common failure modes of decision trees?
Question 10 What is k-nearest neighbors (kNN)?
Question 11 Why is feature scaling important for kNN?
Question 12 What are the main weaknesses of kNN?
Question 13 What is class imbalance?
Question 14 What is down-sampling?
Question 15 What is up-sampling?
Question 16 What are the tradeoffs of up-sampling vs down-sampling?
Back to Topics