In Logistic Regression, what function is used to model the probability of the dependent variable?
- Exponential function
- Linear function
- Polynomial function
- Sigmoid function
Logistic Regression uses the Sigmoid function to model the probability of the dependent variable. It maps any input into a value between 0 and 1, which is ideal for binary classification.
Loading...
Related Quiz
- Using domain knowledge to transform raw data into a more suitable format or variable for modeling is known as ________.
- When a machine learning algorithm tries to group data into clusters without prior labels, it is using which type of learning?
- In a case where a company wants to detect abnormal patterns in vast amounts of transaction data, which type of neural network model would be particularly beneficial in identifying these anomalies based on data reconstructions?
- __________ is a boosting algorithm that builds trees one at a time, where each tree corrects the errors of the previous one.
- You're trying to compare two classification models, and they have the same AUC value but different ROC Curves. What does this tell you, and how would you choose between the models?