Question
Easy

Logistic regression can be bionomial, _ or multinomial.

1
ordinal
2
numbered
3
unimial
4
binary
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Computer System
Correct Answer
Option A
Explanation

The correct option is (1): The correct option is ordinal. Logistic regression is a core classification algorithm whose variations are primarily defined by the scale and number of categories in the dependent (target) variable. The three main forms of logistic regression are indeed listed in this question: Binomial, Ordinal, and Multinomial. Binomial Logistic Regression, also widely known as Binary Logistic Regression, is used when the target variable has exactly two…Read More