Which type of regression is used to predict the probability of a categorical outcome?
- Decision Tree Regression
- Linear Regression
- Logistic Regression
- Polynomial Regression
Logistic Regression is specifically designed for predicting the probability of a categorical outcome. It's used when the dependent variable is binary (e.g., spam or not spam).
Loading...
Related Quiz
- One common regularization technique involves adding a penalty to the loss function based on the magnitude of the coefficients, known as ________ regularization.
- The process of adding a penalty to the loss function to discourage complex models is called ________.
- While LSTMs have three gates, the GRU simplifies the model by using only ________ gates.
- Which of the following techniques is used to estimate future rewards in reinforcement learning?
- Which machine learning algorithm works by recursively splitting the data set into subsets based on the value of features until it reaches a certain stopping criterion?