Supervised Learning Models

Test your knowledge of regression and classification algorithms in scikit-learn.

1. Which supervised learning task involves predicting continuous output values?
2. Which of the following are classification algorithms?
3. Logistic Regression is used for regression tasks.
4. What does the acronym 'K-NN' stand for in supervised learning?
5. Which model uses a tree-like structure with decision nodes to make predictions?
6. Which of the following are regularization techniques used in regression to prevent overfitting?
7. Random Forest is an ensemble method that combines multiple decision trees.
8. Name the algorithm that models the probability of a target variable given input features using Bayes' theorem.
9. Which supervised learning task assigns input data to predefined categories?
10. What is the term for the input variables used to predict the target in supervised learning?
Answered 0 of 0 — 0 correct