In the tutorial here the model
specified for logistic (binary) regression is tfp.glm.Bernoulli()
; how do we fit a model on a target with three or more classes in tfp.glm
?
Asked
Active
Viewed 164 times
0

user328349
- 11
- 2
-
Please provide enough code so others can better understand or reproduce the problem. – Community Jan 12 '22 at 08:54
1 Answers
0
TFP GLM doesn't currently support multiclass models. If this would be useful to you, please create a Github issue: https://github.com/tensorflow/probability/issues

emilyaf
- 1