17 lines
294 B
Markdown
17 lines
294 B
Markdown
|
“hello world”
|
||
|
Related to naïve bayes
|
||
|
|
||
|
- Statistical model
|
||
|
- Uses ***logistic function*** to model a ***categorical*** dependent variable
|
||
|
|
||
|
# Types
|
||
|
- Binary
|
||
|
- 2 classes
|
||
|
- Multinomial
|
||
|
- Multiple classes without ordering
|
||
|
- Categories
|
||
|
- Ordinal
|
||
|
- Multiple ordered classes
|
||
|
- Star rating
|
||
|
|