In logistic regression, the score values must lie within the lower and upper bounds defined by the training data.

Prepare for the Data Mining Test with our comprehensive quizzes. Practice with various question types, each with hints and explanations. Boost your understanding and ensure success on your exam!

Multiple Choice

In logistic regression, the score values must lie within the lower and upper bounds defined by the training data.

Explanation:
Scores in logistic regression are probabilities produced by applying the logistic function to a linear score. This guarantees they fall between 0 and 1 for any input, because a probability cannot be less than 0 or greater than 1. Those bounds reflect the outcomes we observe in the training data, which are binary (0 or 1), setting the natural limits of the predicted probability. So the score values are constrained by the lower bound 0 and the upper bound 1 defined by the training data. The idea captures why the predictions cannot wander outside this interval, whereas saying they are unbounded or always equal to training values would not match how logistic regression generates scores.

Scores in logistic regression are probabilities produced by applying the logistic function to a linear score. This guarantees they fall between 0 and 1 for any input, because a probability cannot be less than 0 or greater than 1. Those bounds reflect the outcomes we observe in the training data, which are binary (0 or 1), setting the natural limits of the predicted probability. So the score values are constrained by the lower bound 0 and the upper bound 1 defined by the training data. The idea captures why the predictions cannot wander outside this interval, whereas saying they are unbounded or always equal to training values would not match how logistic regression generates scores.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy