0

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?

user328349
  • 11
  • 2

1 Answers1

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