The output is whether a person will surely vote or surely not vote or may cast a vote, based on one feature. It is an example of multiclass classification.

🎲 Try a Random Question  |  Total Questions in Quiz: 51  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Machine Learning 101 Practice Test: Logistic Regression — practice the complete quiz, review flashcards, or try a random question.

Quiz on logistic regression, hypothesis representation, decision boundary, cost function and gradient descent, logistic regression for multiple classification, and advanced optimization. Logistic regression is a statistical method that uses math to find relationships between two data factors. It uses these relationships to predict the value of one factor based on the other.  Logistic regression is a predictive analysis that estimates the probability of an event based on a given dataset. The dataset contains both independent variables, or predictors, and their corresponding dependent... Show more

The output is whether a person will surely vote or surely not vote or may cast a vote, based on one feature. It is an example of multiclass classification.